Skip to content

Commit 4eb7b73

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v3.12.0 → v3.13.0](asottile/reorder-python-imports@v3.12.0...v3.13.0) - [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0) - [github.com/hhatto/autopep8: v2.1.0 → v2.2.0](hhatto/autopep8@v2.1.0...v2.2.0)
1 parent 92fa7e1 commit 4eb7b73

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ repos:
1010
- id: double-quote-string-fixer
1111
- id: name-tests-test
1212
- id: requirements-txt-fixer
13-
- repo: https://github.com/asottile/reorder_python_imports
14-
rev: v3.12.0
13+
- repo: https://github.com/asottile/reorder-python-imports
14+
rev: v3.13.0
1515
hooks:
1616
- id: reorder-python-imports
1717
args: ['--py39-plus']
@@ -20,12 +20,12 @@ repos:
2020
hooks:
2121
- id: add-trailing-comma
2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v3.15.2
23+
rev: v3.16.0
2424
hooks:
2525
- id: pyupgrade
2626
args: ['--py310-plus']
2727
- repo: https://github.com/hhatto/autopep8
28-
rev: v2.1.0
28+
rev: v2.2.0
2929
hooks:
3030
- id: autopep8
3131
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)