Skip to content

Commit a5365b4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.2.0...v4.4.0) - [github.com/PyCQA/flake8: 4.0.1 → 6.0.0](PyCQA/flake8@4.0.1...6.0.0) - [github.com/pre-commit/mirrors-autopep8: v1.6.0 → v2.0.0](pre-commit/mirrors-autopep8@v1.6.0...v2.0.0) - [github.com/asottile/reorder_python_imports: v3.0.1 → v3.9.0](asottile/reorder-python-imports@v3.0.1...v3.9.0) - [github.com/asottile/pyupgrade: v2.32.0 → v3.3.0](asottile/pyupgrade@v2.32.0...v3.3.0) - [github.com/asottile/add-trailing-comma: v2.2.3 → v2.3.0](asottile/add-trailing-comma@v2.2.3...v2.3.0) - [github.com/Lucas-C/pre-commit-hooks: v1.1.13 → v1.3.1](Lucas-C/pre-commit-hooks@v1.1.13...v1.3.1)
1 parent 01904ef commit a5365b4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: (^kubernetes/)
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.2.0
4+
rev: v4.4.0
55
hooks:
66
- id: check-added-large-files
77
- id: check-ast
@@ -19,29 +19,29 @@ repos:
1919
- id: requirements-txt-fixer
2020
- id: trailing-whitespace
2121
- repo: https://github.com/PyCQA/flake8
22-
rev: 4.0.1
22+
rev: 6.0.0
2323
hooks:
2424
- id: flake8
2525
- repo: https://github.com/pre-commit/mirrors-autopep8
26-
rev: v1.6.0
26+
rev: v2.0.0
2727
hooks:
2828
- id: autopep8
2929
- repo: https://github.com/asottile/reorder_python_imports
30-
rev: v3.0.1
30+
rev: v3.9.0
3131
hooks:
3232
- id: reorder-python-imports
3333
- repo: https://github.com/asottile/pyupgrade
34-
rev: v2.32.0
34+
rev: v3.3.0
3535
hooks:
3636
- id: pyupgrade
3737
args: ['--py36-plus']
3838
- repo: https://github.com/asottile/add-trailing-comma
39-
rev: v2.2.3
39+
rev: v2.3.0
4040
hooks:
4141
- id: add-trailing-comma
4242
args: ['--py36-plus']
4343
- repo: https://github.com/Lucas-C/pre-commit-hooks
44-
rev: v1.1.13
44+
rev: v1.3.1
4545
hooks:
4646
- id: remove-tabs
4747

0 commit comments

Comments
 (0)