Skip to content

Commit 8e9fbaf

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.7.3](astral-sh/ruff-pre-commit@v0.6.9...v0.7.3) - [github.com/adamchainz/blacken-docs: 1.18.0 → 1.19.1](adamchainz/blacken-docs@1.18.0...1.19.1) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.0](kynan/nbstripout@0.7.1...0.8.0)
1 parent 6ba3b21 commit 8e9fbaf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ repos:
1414
- id: trailing-whitespace
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.6.9
17+
rev: v0.7.3
1818
hooks:
1919
- id: ruff-format
2020
exclude: ^content/week01/cleanup_bessel\.ipynb$
2121

2222
- repo: https://github.com/adamchainz/blacken-docs
23-
rev: 1.18.0
23+
rev: 1.19.1
2424
hooks:
2525
- id: blacken-docs
2626
additional_dependencies: [black==24.*]
2727

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

0 commit comments

Comments
 (0)