Skip to content

Commit 308b087

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder_python_imports: v3.8.3 → v3.8.5](asottile/reorder-python-imports@v3.8.3...v3.8.5) - [github.com/asottile/pyupgrade: v2.38.2 → v3.1.0](asottile/pyupgrade@v2.38.2...v3.1.0)
1 parent 537c94b commit 308b087

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 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.8.5
1515
hooks:
1616
- id: reorder-python-imports
1717
args: ['--py38-plus']
@@ -21,7 +21,7 @@ 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.1.0
2525
hooks:
2626
- id: pyupgrade
2727
args: ['--py38-plus']

0 commit comments

Comments
 (0)