Skip to content

Commit 28dde9f

Browse files
[pre-commit.ci] pre-commit-autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.1 → v0.7.2](astral-sh/ruff-pre-commit@v0.7.1...v0.7.2) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.0](kynan/nbstripout@0.7.1...0.8.0)
1 parent 493ef05 commit 28dde9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232

3333
- repo: https://github.com/astral-sh/ruff-pre-commit
3434
# Ruff version.
35-
rev: v0.7.1
35+
rev: v0.7.2
3636
hooks:
3737
- id: ruff
3838
args: [ --fix, --exit-non-zero-on-fix ]
@@ -47,7 +47,7 @@ repos:
4747
- id: black-jupyter
4848

4949
- repo: https://github.com/kynan/nbstripout
50-
rev: 0.7.1
50+
rev: 0.8.0
5151
hooks:
5252
- id: nbstripout
5353

0 commit comments

Comments
 (0)