Skip to content

Commit d1423df

Browse files
Upgrade pre-commit hooks
1 parent f26e4e9 commit d1423df

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
@@ -1,7 +1,7 @@
11
exclude: ^(docs|mcbackend/testdata)/
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.0.1
4+
rev: v4.2.0
55
hooks:
66
- id: check-merge-conflict
77
- id: check-toml
@@ -16,16 +16,16 @@ repos:
1616
name: isort
1717
args: ["--profile", "black"]
1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v2.29.1
19+
rev: v2.32.1
2020
hooks:
2121
- id: pyupgrade
2222
args: [--py37-plus]
2323
- repo: https://github.com/psf/black
24-
rev: 21.11b1
24+
rev: 22.3.0
2525
hooks:
2626
- id: black
2727
- repo: https://github.com/PyCQA/pylint
28-
rev: v2.12.2
28+
rev: v2.13.8
2929
hooks:
3030
- id: pylint
3131
args: [--rcfile=.pylintrc]

0 commit comments

Comments
 (0)