Skip to content

Commit 2ac17c1

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/astral-sh/ruff-pre-commit: v0.12.2 → v0.14.7](astral-sh/ruff-pre-commit@v0.12.2...v0.14.7) - [github.com/kynan/nbstripout: 0.8.1 → 0.8.2](kynan/nbstripout@0.8.1...0.8.2)
1 parent a5226f5 commit 2ac17c1

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
@@ -6,7 +6,7 @@ repos:
66
- id: check-hooks-apply
77
- id: check-useless-excludes
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v5.0.0
9+
rev: v6.0.0
1010
hooks:
1111
- id: check-case-conflict
1212
- id: check-merge-conflict
@@ -29,7 +29,7 @@ repos:
2929
- id: trailing-whitespace
3030
- id: check-ast
3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.12.2
32+
rev: v0.14.7
3333
hooks:
3434
- id: ruff
3535
types_or:
@@ -44,7 +44,7 @@ repos:
4444
- pyi
4545
- jupyter
4646
- repo: https://github.com/kynan/nbstripout
47-
rev: 0.8.1
47+
rev: 0.8.2
4848
hooks:
4949
- id: nbstripout
5050
args:

0 commit comments

Comments
 (0)