Skip to content

Commit f69a0c0

Browse files
[pre-commit.ci] pre-commit autoupdate (#809)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.3 → v0.7.4](astral-sh/ruff-pre-commit@v0.7.3...v0.7.4) - [github.com/kynan/nbstripout: 0.8.0 → 0.8.1](kynan/nbstripout@0.8.0...0.8.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d2e6a16 commit f69a0c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
exclude: ".ipynb"
1919

2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.7.3
21+
rev: v0.7.4
2222
hooks:
2323
- id: ruff
2424
args: ["--fix"]
@@ -27,6 +27,6 @@ repos:
2727
types_or: [ python, pyi, jupyter ]
2828

2929
- repo: https://github.com/kynan/nbstripout
30-
rev: 0.8.0
30+
rev: 0.8.1
3131
hooks:
3232
- id: nbstripout

0 commit comments

Comments
 (0)