Skip to content

Commit 92eb874

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.4 → v0.8.2](astral-sh/ruff-pre-commit@v0.5.4...v0.8.2) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.1](kynan/nbstripout@0.7.1...0.8.1)
1 parent df396fb commit 92eb874

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,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -12,7 +12,7 @@ repos:
1212
- id: prettier
1313
types_or: [html]
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.5.4 # Ruff version
15+
rev: v0.8.2 # Ruff version
1616
hooks:
1717
- id: ruff
1818
types_or: [python, pyi, jupyter]
@@ -23,6 +23,6 @@ repos:
2323
hooks:
2424
- id: isort # This will sort imports automatically
2525
- repo: https://github.com/kynan/nbstripout
26-
rev: 0.7.1
26+
rev: 0.8.1
2727
hooks:
2828
- id: nbstripout

0 commit comments

Comments
 (0)