Skip to content

Commit 4ab792b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/sphinx-contrib/sphinx-lint: v1.0.0 → v1.0.1](sphinx-contrib/sphinx-lint@v1.0.0...v1.0.1) - [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.14.3](astral-sh/ruff-pre-commit@v0.11.13...v0.14.3)
1 parent 3a0186e commit 4ab792b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44
exclude: ^(docs/logos|pymc/tests/data)/
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v5.0.0
7+
rev: v6.0.0
88
hooks:
99
- id: check-merge-conflict
1010
- id: check-toml
@@ -33,7 +33,7 @@ repos:
3333
hooks:
3434
- id: validate-cff
3535
- repo: https://github.com/sphinx-contrib/sphinx-lint
36-
rev: v1.0.0
36+
rev: v1.0.1
3737
hooks:
3838
- id: sphinx-lint
3939
args: ["."]
@@ -49,7 +49,7 @@ repos:
4949
- --exclude=versioneer.py
5050
- --last-year-present
5151
- repo: https://github.com/astral-sh/ruff-pre-commit
52-
rev: v0.11.13
52+
rev: v0.14.3
5353
hooks:
5454
- id: ruff
5555
args: [--fix, --show-fixes]

0 commit comments

Comments
 (0)