Skip to content

Commit 3e93df4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v3.9.0 → v3.10.0](asottile/reorder-python-imports@v3.9.0...v3.10.0) - [github.com/asottile/pyupgrade: v3.3.2 → v3.7.0](asottile/pyupgrade@v3.3.2...v3.7.0) - [github.com/asottile/setup-cfg-fmt: v2.2.0 → v2.3.0](asottile/setup-cfg-fmt@v2.2.0...v2.3.0)
1 parent c6b5017 commit 3e93df4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ repos:
1313
- id: trailing-whitespace
1414
types: [text]
1515
stages: [commit, push, manual]
16-
- repo: https://github.com/asottile/reorder_python_imports
17-
rev: v3.9.0
16+
- repo: https://github.com/asottile/reorder-python-imports
17+
rev: v3.10.0
1818
hooks:
1919
- id: reorder-python-imports
2020
args: [--application-directories, '.:src', --py37-plus]
@@ -23,7 +23,7 @@ repos:
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v3.3.2
26+
rev: v3.7.0
2727
hooks:
2828
- id: pyupgrade
2929
args: [--py37-plus]
@@ -37,7 +37,7 @@ repos:
3737
hooks:
3838
- id: gitlint
3939
- repo: https://github.com/asottile/setup-cfg-fmt
40-
rev: v2.2.0
40+
rev: v2.3.0
4141
hooks:
4242
- id: setup-cfg-fmt
4343
args: [--min-py3-version, '3.7']

0 commit comments

Comments
 (0)