Skip to content

Commit d9f359b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.7.1](astral-sh/ruff-pre-commit@v0.6.9...v0.7.1) - [github.com/adamchainz/blacken-docs: 1.18.0 → 1.19.1](adamchainz/blacken-docs@1.18.0...1.19.1)
1 parent 0002be8 commit d9f359b

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,13 +14,13 @@ 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.1
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.*]

0 commit comments

Comments
 (0)