Skip to content

Commit 31c81c0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/hhatto/autopep8: v2.1.0 → v2.1.1](hhatto/autopep8@v2.1.0...v2.1.1)
1 parent 6ccae98 commit 31c81c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ 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
13+
- repo: https://github.com/asottile/reorder-python-imports
1414
rev: v3.12.0
1515
hooks:
1616
- id: reorder-python-imports
@@ -25,7 +25,7 @@ repos:
2525
- id: pyupgrade
2626
args: ['--py310-plus']
2727
- repo: https://github.com/hhatto/autopep8
28-
rev: v2.1.0
28+
rev: v2.1.1
2929
hooks:
3030
- id: autopep8
3131
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)