File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
exclude : ^(docs|mcbackend/testdata)/
2
2
repos :
3
3
- repo : https://github.com/pre-commit/pre-commit-hooks
4
- rev : v4.2 .0
4
+ rev : v4.5 .0
5
5
hooks :
6
6
- id : check-merge-conflict
7
7
- id : check-toml
@@ -10,28 +10,28 @@ repos:
10
10
- id : end-of-file-fixer
11
11
- id : requirements-txt-fixer
12
12
- repo : https://github.com/PyCQA/isort
13
- rev : 5.12.0
13
+ rev : 5.13.2
14
14
hooks :
15
15
- id : isort
16
16
name : isort
17
17
args : ["--profile", "black"]
18
18
- repo : https://github.com/asottile/pyupgrade
19
- rev : v2.32.1
19
+ rev : v3.15.0
20
20
hooks :
21
21
- id : pyupgrade
22
22
args : [--py37-plus]
23
23
- repo : https://github.com/psf/black
24
- rev : 22.3.0
24
+ rev : 24.1.1
25
25
hooks :
26
26
- id : black
27
27
- repo : https://github.com/PyCQA/pylint
28
- rev : v2.13.8
28
+ rev : v3.0.3
29
29
hooks :
30
30
- id : pylint
31
31
args : [--rcfile=.pylintrc]
32
32
exclude : (test_*|mcbackend/meta.py|mcbackend/npproto/)
33
33
files : ^mcbackend/
34
34
- repo : https://github.com/pre-commit/mirrors-mypy
35
- rev : v0.991
35
+ rev : v1.8.0
36
36
hooks :
37
37
- id : mypy
You can’t perform that action at this time.
0 commit comments