Skip to content

Commit e2dd34a

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) - [github.com/pycqa/flake8: 6.0.0 → 7.0.0](PyCQA/flake8@6.0.0...7.0.0) - https://github.com/pre-commit/mirrors-autopep8https://github.com/hhatto/autopep8 - [github.com/hhatto/autopep8: v2.0.2 → v2.1.1](hhatto/autopep8@v2.0.2...v2.1.1) - [github.com/asottile/reorder-python-imports: v3.9.0 → v3.12.0](asottile/reorder-python-imports@v3.9.0...v3.12.0) - [github.com/asottile/add-trailing-comma: v2.4.0 → v3.1.0](asottile/add-trailing-comma@v2.4.0...v3.1.0) - [github.com/asottile/pyupgrade: v3.4.0 → v3.15.2](asottile/pyupgrade@v3.4.0...v3.15.2)
1 parent 69fd316 commit e2dd34a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
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
@@ -17,24 +17,24 @@ repos:
1717
- id: requirements-txt-fixer
1818
- id: trailing-whitespace
1919
- repo: https://github.com/pycqa/flake8
20-
rev: 6.0.0
20+
rev: 7.0.0
2121
hooks:
2222
- id: flake8
23-
- repo: https://github.com/pre-commit/mirrors-autopep8
24-
rev: v2.0.2
23+
- repo: https://github.com/hhatto/autopep8
24+
rev: v2.1.1
2525
hooks:
2626
- id: autopep8
2727
- repo: https://github.com/asottile/reorder-python-imports
28-
rev: v3.9.0
28+
rev: v3.12.0
2929
hooks:
3030
- id: reorder-python-imports
3131
- repo: https://github.com/asottile/add-trailing-comma
32-
rev: v2.4.0
32+
rev: v3.1.0
3333
hooks:
3434
- id: add-trailing-comma
3535
args: [--py36-plus]
3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v3.4.0
37+
rev: v3.15.2
3838
hooks:
3939
- id: pyupgrade
4040
args: [--py310-plus]

0 commit comments

Comments
 (0)