File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
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.0.1
4
+ rev : v4.2.0
5
5
hooks :
6
6
- id : check-merge-conflict
7
7
- id : check-toml
@@ -16,16 +16,16 @@ repos:
16
16
name : isort
17
17
args : ["--profile", "black"]
18
18
- repo : https://github.com/asottile/pyupgrade
19
- rev : v2.29 .1
19
+ rev : v2.32 .1
20
20
hooks :
21
21
- id : pyupgrade
22
22
args : [--py37-plus]
23
23
- repo : https://github.com/psf/black
24
- rev : 21.11b1
24
+ rev : 22.3.0
25
25
hooks :
26
26
- id : black
27
27
- repo : https://github.com/PyCQA/pylint
28
- rev : v2.12.2
28
+ rev : v2.13.8
29
29
hooks :
30
30
- id : pylint
31
31
args : [--rcfile=.pylintrc]
Original file line number Diff line number Diff line change 1
1
arviz
2
2
clickhouse-driver
3
3
flake8
4
- pymc == 4.0.0b3
4
+ pymc == 4.0.0b6
5
5
pytest
6
6
pytest-cov
7
7
twine
You can’t perform that action at this time.
0 commit comments