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 0a4ae15 commit 7ffd47dCopy full SHA for 7ffd47d
.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: v4.5.0
+ rev: v4.6.0
8
hooks:
9
- id: check-merge-conflict
10
- id: check-toml
@@ -27,7 +27,7 @@ repos:
27
- --exclude=binder/
28
- --exclude=versioneer.py
29
- repo: https://github.com/astral-sh/ruff-pre-commit
30
- rev: v0.3.4
+ rev: v0.3.5
31
32
- id: ruff
33
args: ["--fix", "--output-format=full"]
0 commit comments