Skip to content

Commit 3b73c29

Browse files
Merge pull request #26 from michaelosthege/test-pymc400b6
Upgrade tests to PyMC 4.0.0b6
2 parents 9c437cf + d1423df commit 3b73c29

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: ^(docs|mcbackend/testdata)/
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.0.1
4+
rev: v4.2.0
55
hooks:
66
- id: check-merge-conflict
77
- id: check-toml
@@ -16,16 +16,16 @@ repos:
1616
name: isort
1717
args: ["--profile", "black"]
1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v2.29.1
19+
rev: v2.32.1
2020
hooks:
2121
- id: pyupgrade
2222
args: [--py37-plus]
2323
- repo: https://github.com/psf/black
24-
rev: 21.11b1
24+
rev: 22.3.0
2525
hooks:
2626
- id: black
2727
- repo: https://github.com/PyCQA/pylint
28-
rev: v2.12.2
28+
rev: v2.13.8
2929
hooks:
3030
- id: pylint
3131
args: [--rcfile=.pylintrc]

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
arviz
22
clickhouse-driver
33
flake8
4-
pymc==4.0.0b3
4+
pymc==4.0.0b6
55
pytest
66
pytest-cov
77
twine

0 commit comments

Comments
 (0)