File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
exclude : ^(docs/logos|pymc/tests/data)/
2
2
repos :
3
3
- repo : https://github.com/pre-commit/pre-commit-hooks
4
- rev : v4.2 .0
4
+ rev : v4.3 .0
5
5
hooks :
6
6
- id : check-merge-conflict
7
7
- id : check-toml
14
14
exclude : ^requirements-dev\.txt$
15
15
- id : trailing-whitespace
16
16
- repo : https://github.com/pre-commit/mirrors-mypy
17
- rev : v0.960
17
+ rev : v0.961
18
18
hooks :
19
19
- id : mypy
20
20
name : Run static type checks
37
37
- id : isort
38
38
name : isort
39
39
- repo : https://github.com/asottile/pyupgrade
40
- rev : v2.32.1
40
+ rev : v2.34.0
41
41
hooks :
42
42
- id : pyupgrade
43
43
args : [--py37-plus]
47
47
- id : black
48
48
- id : black-jupyter
49
49
- repo : https://github.com/PyCQA/pylint
50
- rev : v2.14.0
50
+ rev : v2.14.1
51
51
hooks :
52
52
- id : pylint
53
53
args : [--rcfile=.pylintrc]
You can’t perform that action at this time.
0 commit comments