Skip to content

Commit d3a5c9d

Browse files
pre-commit-ci[bot]flub
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder_python_imports: v2.7.1 → v3.0.1](asottile/reorder-python-imports@v2.7.1...v3.0.1) - [github.com/asottile/pyupgrade: v2.31.0 → v2.31.1](asottile/pyupgrade@v2.31.0...v2.31.1)
1 parent 0cc90b2 commit d3a5c9d

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
@@ -36,11 +36,11 @@ repos:
3636
- id: flake8
3737
language_version: python3
3838
- repo: https://github.com/asottile/reorder_python_imports
39-
rev: v2.7.1
39+
rev: v3.0.1
4040
hooks:
4141
- id: reorder-python-imports
4242
- repo: https://github.com/asottile/pyupgrade
43-
rev: v2.31.0
43+
rev: v2.31.1
4444
hooks:
4545
- id: pyupgrade
4646
args: [--keep-percent-format, --py36-plus]

0 commit comments

Comments
 (0)