We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0960323 commit 7172830Copy full SHA for 7172830
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ ci:
4
exclude: ^(docs/logos|pymc/tests/data)/
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v5.0.0
+ rev: v6.0.0
8
hooks:
9
- id: check-merge-conflict
10
- id: check-toml
@@ -49,7 +49,7 @@ repos:
49
- --exclude=versioneer.py
50
- --last-year-present
51
- repo: https://github.com/astral-sh/ruff-pre-commit
52
- rev: v0.11.13
+ rev: v0.12.9
53
54
- id: ruff
55
args: [--fix, --show-fixes]
0 commit comments