Skip to content

Commit 51abc14

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.1 → v0.15.2](astral-sh/ruff-pre-commit@v0.15.1...v0.15.2) - [github.com/kynan/nbstripout: 0.9.0 → 0.9.1](kynan/nbstripout@0.9.0...0.9.1)
1 parent 405d3fb commit 51abc14

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
@@ -21,13 +21,13 @@ repos:
2121
- id: check-github-actions
2222
- id: check-github-workflows
2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.15.1
24+
rev: v0.15.2
2525
hooks:
2626
- id: ruff-check
2727
args: [--fix, --exit-non-zero-on-fix]
2828
- id: ruff-format
2929
- repo: https://github.com/kynan/nbstripout
30-
rev: 0.9.0
30+
rev: 0.9.1
3131
hooks:
3232
- id: nbstripout
3333
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)