Skip to content

Commit d3cfb99

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.2.0...v4.6.0) - [github.com/PyCQA/flake8: 4.0.1 → 7.0.0](PyCQA/flake8@4.0.1...7.0.0) - https://github.com/pre-commit/mirrors-autopep8https://github.com/hhatto/autopep8 - [github.com/hhatto/autopep8: v1.6.0 → v2.1.0](hhatto/autopep8@v1.6.0...v2.1.0) - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v3.0.1 → v3.12.0](asottile/reorder-python-imports@v3.0.1...v3.12.0) - [github.com/asottile/pyupgrade: v2.32.0 → v3.15.2](asottile/pyupgrade@v2.32.0...v3.15.2) - [github.com/asottile/add-trailing-comma: v2.2.3 → v3.1.0](asottile/add-trailing-comma@v2.2.3...v3.1.0) - [github.com/Lucas-C/pre-commit-hooks: v1.1.13 → v1.5.5](Lucas-C/pre-commit-hooks@v1.1.13...v1.5.5)
1 parent 9e92c08 commit d3cfb99

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

+9-9
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.6.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: 7.0.0
2323
hooks:
2424
- id: flake8
25-
- repo: https://github.com/pre-commit/mirrors-autopep8
26-
rev: v1.6.0
25+
- repo: https://github.com/hhatto/autopep8
26+
rev: v2.1.0
2727
hooks:
2828
- id: autopep8
29-
- repo: https://github.com/asottile/reorder_python_imports
30-
rev: v3.0.1
29+
- repo: https://github.com/asottile/reorder-python-imports
30+
rev: v3.12.0
3131
hooks:
3232
- id: reorder-python-imports
3333
- repo: https://github.com/asottile/pyupgrade
34-
rev: v2.32.0
34+
rev: v3.15.2
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: v3.1.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.5.5
4545
hooks:
4646
- id: remove-tabs
4747

0 commit comments

Comments
 (0)