Skip to content

Commit 4d0c783

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.1.0...v4.4.0) - [github.com/PyCQA/flake8: 4.0.1 → 6.0.0](PyCQA/flake8@4.0.1...6.0.0) - [github.com/psf/black: 22.3.0 → 23.3.0](psf/black@22.3.0...23.3.0) - [github.com/pre-commit/mirrors-autopep8: v1.6.0 → v2.0.2](pre-commit/mirrors-autopep8@v1.6.0...v2.0.2) - [github.com/asottile/pyupgrade: v2.31.1 → v3.8.0](asottile/pyupgrade@v2.31.1...v3.8.0) - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v3.0.1 → v3.10.0](asottile/reorder-python-imports@v3.0.1...v3.10.0) - [github.com/asottile/add-trailing-comma: v2.2.2 → v3.0.0](asottile/add-trailing-comma@v2.2.2...v3.0.0)
1 parent f7a08c6 commit 4d0c783

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 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.4.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: 6.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: 23.3.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: v2.0.2
2525
hooks:
2626
- id: autopep8
2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v2.31.1
28+
rev: v3.8.0
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.10.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.0.0
3939
hooks:
4040
- id: add-trailing-comma
4141
args: [--py36-plus]

0 commit comments

Comments
 (0)