Skip to content

Commit 2c4bdf7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - https://github.com/pre-commit/mirrors-autopep8https://github.com/hhatto/autopep8 - [github.com/hhatto/autopep8: v2.0.0 → v2.3.1](hhatto/autopep8@v2.0.0...v2.3.1) - [github.com/pycqa/flake8: 6.0.0 → 7.1.1](PyCQA/flake8@6.0.0...7.1.1) - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v3.9.0 → v3.13.0](asottile/reorder-python-imports@v3.9.0...v3.13.0) - [github.com/Lucas-C/pre-commit-hooks: v1.3.1 → v1.5.5](Lucas-C/pre-commit-hooks@v1.3.1...v1.5.5) - [github.com/asottile/pyupgrade: v3.3.0 → v3.17.0](asottile/pyupgrade@v3.3.0...v3.17.0) - [github.com/asottile/add-trailing-comma: v2.3.0 → v3.1.0](asottile/add-trailing-comma@v2.3.0...v3.1.0)
1 parent 5ccca9c commit 2c4bdf7

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,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v4.6.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-docstring-first
@@ -14,30 +14,30 @@ repos:
1414
- id: name-tests-test
1515
- id: requirements-txt-fixer
1616
- id: trailing-whitespace
17-
- repo: https://github.com/pre-commit/mirrors-autopep8
18-
rev: v2.0.0
17+
- repo: https://github.com/hhatto/autopep8
18+
rev: v2.3.1
1919
hooks:
2020
- id: autopep8
2121
- repo: https://github.com/pycqa/flake8
22-
rev: 6.0.0
22+
rev: 7.1.1
2323
hooks:
2424
- id: flake8
25-
- repo: https://github.com/asottile/reorder_python_imports
26-
rev: v3.9.0
25+
- repo: https://github.com/asottile/reorder-python-imports
26+
rev: v3.13.0
2727
hooks:
2828
- id: reorder-python-imports
2929
args: ['--py3-plus']
3030
- repo: https://github.com/Lucas-C/pre-commit-hooks
31-
rev: v1.3.1
31+
rev: v1.5.5
3232
hooks:
3333
- id: remove-tabs
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v3.3.0
35+
rev: v3.17.0
3636
hooks:
3737
- id: pyupgrade
3838
args: ['--py3-plus']
3939
- repo: https://github.com/asottile/add-trailing-comma
40-
rev: v2.3.0
40+
rev: v3.1.0
4141
hooks:
4242
- id: add-trailing-comma
4343
args: ['--py36-plus']

0 commit comments

Comments
 (0)