Skip to content

Commit 1639700

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/pycqa/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2) - [github.com/hhatto/autopep8: v2.3.1 → v2.3.2](hhatto/autopep8@v2.3.1...v2.3.2) - [github.com/asottile/reorder-python-imports: v3.13.0 → v3.14.0](asottile/reorder-python-imports@v3.13.0...v3.14.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.1](asottile/pyupgrade@v3.17.0...v3.19.1)
1 parent 6af78c9 commit 1639700

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-docstring-first
@@ -17,15 +17,15 @@ repos:
1717
- id: requirements-txt-fixer
1818
- id: trailing-whitespace
1919
- repo: https://github.com/pycqa/flake8
20-
rev: 7.1.1
20+
rev: 7.1.2
2121
hooks:
2222
- id: flake8
2323
- repo: https://github.com/hhatto/autopep8
24-
rev: v2.3.1
24+
rev: v2.3.2
2525
hooks:
2626
- id: autopep8
2727
- repo: https://github.com/asottile/reorder-python-imports
28-
rev: v3.13.0
28+
rev: v3.14.0
2929
hooks:
3030
- id: reorder-python-imports
3131
- repo: https://github.com/asottile/add-trailing-comma
@@ -34,7 +34,7 @@ repos:
3434
- id: add-trailing-comma
3535
args: [--py36-plus]
3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v3.17.0
37+
rev: v3.19.1
3838
hooks:
3939
- id: pyupgrade
4040
args: [--py310-plus]

0 commit comments

Comments
 (0)