Skip to content

Commit 4e4c50b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder_python_imports: v3.8.1 → v3.8.2](asottile/reorder-python-imports@v3.8.1...v3.8.2) - [github.com/asottile/pyupgrade: v2.37.1 → v2.37.2](asottile/pyupgrade@v2.37.1...v2.37.2)
1 parent 68d9ef4 commit 4e4c50b

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
@@ -23,7 +23,7 @@ repos:
2323
hooks:
2424
- id: flake8
2525
- repo: https://github.com/asottile/reorder_python_imports
26-
rev: v3.8.1
26+
rev: v3.8.2
2727
hooks:
2828
- id: reorder-python-imports
2929
args: ['--py3-plus']
@@ -32,7 +32,7 @@ repos:
3232
hooks:
3333
- id: remove-tabs
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v2.37.1
35+
rev: v2.37.2
3636
hooks:
3737
- id: pyupgrade
3838
args: ['--py3-plus']

0 commit comments

Comments
 (0)