Skip to content

Commit fa882aa

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.11 → v0.15.1](astral-sh/ruff-pre-commit@v0.14.11...v0.15.1) - [github.com/kynan/nbstripout: 0.8.2 → 0.9.0](kynan/nbstripout@0.8.2...0.9.0)
1 parent bd476c7 commit fa882aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.14.11
12+
rev: v0.15.1
1313
hooks:
1414
- id: ruff-format
1515
types_or: [python, pyi, jupyter]
@@ -21,7 +21,7 @@ repos:
2121
hooks:
2222
- id: markdownlint-fix
2323
- repo: https://github.com/kynan/nbstripout
24-
rev: 0.8.2
24+
rev: 0.9.0
2525
hooks:
2626
- id: nbstripout
2727
files: ".ipynb"

0 commit comments

Comments
 (0)