Skip to content

Commit 43aa2d6

Browse files
authored
Merge pull request #1152 from sigmavirus24/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents c6b5017 + 3e93df4 commit 43aa2d6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
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)