Skip to content

Commit 0b86cf3

Browse files
[pre-commit.ci] pre-commit autoupdate (#70)
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 47c52e2 commit 0b86cf3

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
@@ -14,7 +14,7 @@ repos:
1414
- id: trailing-whitespace
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.7.3
17+
rev: v0.7.4
1818
hooks:
1919
- id: ruff-format
2020
exclude: ^content/week01/cleanup_bessel\.ipynb$
@@ -26,7 +26,7 @@ repos:
2626
additional_dependencies: [black==24.*]
2727

2828
- repo: https://github.com/kynan/nbstripout
29-
rev: 0.8.0
29+
rev: 0.8.1
3030
hooks:
3131
- id: nbstripout
3232

0 commit comments

Comments
 (0)