Skip to content

Commit 46e383b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.1.0...v4.5.0) - [github.com/PyCQA/flake8: 4.0.1 → 7.0.0](PyCQA/flake8@4.0.1...7.0.0) - [github.com/psf/black: 22.3.0 → 24.3.0](psf/black@22.3.0...24.3.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) - [github.com/asottile/pyupgrade: v2.31.1 → v3.15.2](asottile/pyupgrade@v2.31.1...v3.15.2) - 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/add-trailing-comma: v2.2.2 → v3.1.0](asottile/add-trailing-comma@v2.2.2...v3.1.0)
1 parent f7a08c6 commit 46e383b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 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.1.0
3+
rev: v4.5.0
44
hooks:
55
- id: end-of-file-fixer
66
- id: check-docstring-first
@@ -11,31 +11,31 @@ repos:
1111
args: ['--django']
1212
- id: requirements-txt-fixer
1313
- repo: https://github.com/PyCQA/flake8
14-
rev: 4.0.1
14+
rev: 7.0.0
1515
hooks:
1616
- id: flake8
1717
additional_dependencies: [flake8-typing-imports==1.10.0]
1818
- repo: https://github.com/psf/black
19-
rev: 22.3.0
19+
rev: 24.3.0
2020
hooks:
2121
- id: black
2222
language_version: python3.10
23-
- repo: https://github.com/pre-commit/mirrors-autopep8
24-
rev: v1.6.0
23+
- repo: https://github.com/hhatto/autopep8
24+
rev: v2.1.0
2525
hooks:
2626
- id: autopep8
2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v2.31.1
28+
rev: v3.15.2
2929
hooks:
3030
- id: pyupgrade
3131
args: [--py36-plus]
32-
- repo: https://github.com/asottile/reorder_python_imports
33-
rev: v3.0.1
32+
- repo: https://github.com/asottile/reorder-python-imports
33+
rev: v3.12.0
3434
hooks:
3535
- id: reorder-python-imports
3636
args: [--py3-plus]
3737
- repo: https://github.com/asottile/add-trailing-comma
38-
rev: v2.2.2
38+
rev: v3.1.0
3939
hooks:
4040
- id: add-trailing-comma
4141
args: [--py36-plus]

0 commit comments

Comments
 (0)