Skip to content

Commit 22e29e1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder_python_imports: v3.8.3 → v3.9.0](asottile/reorder-python-imports@v3.8.3...v3.9.0) - [github.com/asottile/pyupgrade: v2.38.2 → v3.2.2](asottile/pyupgrade@v2.38.2...v3.2.2) - [github.com/pre-commit/mirrors-autopep8: v1.7.0 → v2.0.0](pre-commit/mirrors-autopep8@v1.7.0...v2.0.0)
1 parent 537c94b commit 22e29e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: name-tests-test
1212
- id: requirements-txt-fixer
1313
- repo: https://github.com/asottile/reorder_python_imports
14-
rev: v3.8.3
14+
rev: v3.9.0
1515
hooks:
1616
- id: reorder-python-imports
1717
args: ['--py38-plus']
@@ -21,12 +21,12 @@ repos:
2121
- id: add-trailing-comma
2222
args: ['--py36-plus']
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v2.38.2
24+
rev: v3.2.2
2525
hooks:
2626
- id: pyupgrade
2727
args: ['--py38-plus']
2828
- repo: https://github.com/pre-commit/mirrors-autopep8
29-
rev: v1.7.0
29+
rev: v2.0.0
3030
hooks:
3131
- id: autopep8
3232
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)