Skip to content

Commit f5f964d

Browse files
twieckimichaelosthege
authored andcommitted
⬆️ UPGRADE: Autoupdate pre-commit config
1 parent 121a5ae commit f5f964d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
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/logos|pymc/tests/data)/
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.2.0
4+
rev: v4.3.0
55
hooks:
66
- id: check-merge-conflict
77
- id: check-toml
@@ -14,7 +14,7 @@ repos:
1414
exclude: ^requirements-dev\.txt$
1515
- id: trailing-whitespace
1616
- repo: https://github.com/pre-commit/mirrors-mypy
17-
rev: v0.960
17+
rev: v0.961
1818
hooks:
1919
- id: mypy
2020
name: Run static type checks
@@ -37,7 +37,7 @@ repos:
3737
- id: isort
3838
name: isort
3939
- repo: https://github.com/asottile/pyupgrade
40-
rev: v2.32.1
40+
rev: v2.34.0
4141
hooks:
4242
- id: pyupgrade
4343
args: [--py37-plus]
@@ -47,7 +47,7 @@ repos:
4747
- id: black
4848
- id: black-jupyter
4949
- repo: https://github.com/PyCQA/pylint
50-
rev: v2.14.0
50+
rev: v2.14.1
5151
hooks:
5252
- id: pylint
5353
args: [--rcfile=.pylintrc]

0 commit comments

Comments
 (0)