Skip to content

Commit 1e22914

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/kynan/nbstripout: 0.8.1 → 0.8.2](kynan/nbstripout@0.8.1...0.8.2) - [github.com/astral-sh/ruff-pre-commit: v0.11.5 → v0.14.5](astral-sh/ruff-pre-commit@v0.11.5...v0.14.5)
1 parent f3e914c commit 1e22914

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
@@ -1,21 +1,21 @@
11
repos:
22

33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v5.0.0
4+
rev: v6.0.0
55
hooks:
66
- id: check-yaml
77
- id: end-of-file-fixer
88
exclude: .*\.ipynb
99
- id: trailing-whitespace
1010

1111
- repo: https://github.com/kynan/nbstripout
12-
rev: 0.8.1
12+
rev: 0.8.2
1313
hooks:
1414
- id: nbstripout
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
1717
# Ruff version.
18-
rev: v0.11.5
18+
rev: v0.14.5
1919
hooks:
2020
# Run the linter.
2121
- id: ruff

0 commit comments

Comments
 (0)