Skip to content

Commit 7bd0ac9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.1.0...v4.3.0) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4) - [github.com/psf/black: 22.3.0 → 22.6.0](psf/black@22.3.0...22.6.0) - [github.com/pre-commit/mirrors-autopep8: v1.6.0 → v1.7.0](pre-commit/mirrors-autopep8@v1.6.0...v1.7.0) - [github.com/asottile/pyupgrade: v2.31.1 → v2.37.3](asottile/pyupgrade@v2.31.1...v2.37.3) - [github.com/asottile/reorder_python_imports: v3.0.1 → v3.8.2](asottile/reorder-python-imports@v3.0.1...v3.8.2) - [github.com/asottile/add-trailing-comma: v2.2.2 → v2.2.3](asottile/add-trailing-comma@v2.2.2...v2.2.3)
1 parent f7a08c6 commit 7bd0ac9

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.1.0
3+
rev: v4.3.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: 5.0.4
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: 22.6.0
2020
hooks:
2121
- id: black
2222
language_version: python3.10
2323
- repo: https://github.com/pre-commit/mirrors-autopep8
24-
rev: v1.6.0
24+
rev: v1.7.0
2525
hooks:
2626
- id: autopep8
2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v2.31.1
28+
rev: v2.37.3
2929
hooks:
3030
- id: pyupgrade
3131
args: [--py36-plus]
3232
- repo: https://github.com/asottile/reorder_python_imports
33-
rev: v3.0.1
33+
rev: v3.8.2
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: v2.2.3
3939
hooks:
4040
- id: add-trailing-comma
4141
args: [--py36-plus]

0 commit comments

Comments
 (0)