File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.3 .0
3
+ rev : v4.5 .0
4
4
hooks :
5
5
- id : check-merge-conflict
6
6
- id : check-toml
@@ -11,28 +11,28 @@ repos:
11
11
args : [--branch, main]
12
12
- id : trailing-whitespace
13
13
- repo : https://github.com/PyCQA/isort
14
- rev : 5.12.0
14
+ rev : 5.13.2
15
15
hooks :
16
16
- id : isort
17
17
name : isort
18
18
- repo : https://github.com/asottile/pyupgrade
19
- rev : v2.37.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.6.0
24
+ rev : 23.12.1
25
25
hooks :
26
26
- id : black
27
27
- id : black-jupyter
28
28
- repo : https://github.com/PyCQA/pylint
29
- rev : v2.14.5
29
+ rev : v3.0.3
30
30
hooks :
31
31
- id : pylint
32
32
args : [--rcfile=.pylintrc]
33
33
files : ^pymc_experimental/
34
34
- repo : https://github.com/MarcoGorelli/madforhooks
35
- rev : 0.3.0
35
+ rev : 0.4.1
36
36
hooks :
37
37
- id : no-print-statements
38
38
exclude : _version.py
You can’t perform that action at this time.
0 commit comments