We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f26e4e9 commit d1423dfCopy full SHA for d1423df
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
exclude: ^(docs|mcbackend/testdata)/
2
repos:
3
- repo: https://github.com/pre-commit/pre-commit-hooks
4
- rev: v4.0.1
+ rev: v4.2.0
5
hooks:
6
- id: check-merge-conflict
7
- id: check-toml
@@ -16,16 +16,16 @@ repos:
16
name: isort
17
args: ["--profile", "black"]
18
- repo: https://github.com/asottile/pyupgrade
19
- rev: v2.29.1
+ rev: v2.32.1
20
21
- id: pyupgrade
22
args: [--py37-plus]
23
- repo: https://github.com/psf/black
24
- rev: 21.11b1
+ rev: 22.3.0
25
26
- id: black
27
- repo: https://github.com/PyCQA/pylint
28
- rev: v2.12.2
+ rev: v2.13.8
29
30
- id: pylint
31
args: [--rcfile=.pylintrc]
0 commit comments