Skip to content

Commit 65fec4a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.4 → v0.9.3](astral-sh/ruff-pre-commit@v0.7.4...v0.9.3) - [github.com/rbubley/mirrors-prettier: v3.3.3 → v3.4.2](rbubley/mirrors-prettier@v3.3.3...v3.4.2) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.0](codespell-project/codespell@v2.3.0...v2.4.0)
1 parent 0b42cb3 commit 65fec4a

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

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.7.4
17+
rev: v0.9.3
1818
hooks:
1919
- id: ruff-format
2020
exclude: ^content/week01/cleanup_bessel\.ipynb$
@@ -31,12 +31,12 @@ repos:
3131
- id: nbstripout
3232

3333
- repo: https://github.com/rbubley/mirrors-prettier
34-
rev: "v3.3.3"
34+
rev: "v3.4.2"
3535
hooks:
3636
- id: prettier
3737

3838
- repo: https://github.com/codespell-project/codespell
39-
rev: "v2.3.0"
39+
rev: "v2.4.0"
4040
hooks:
4141
- id: codespell
4242
args: ["-L", "hist,whet,classe,nd", "-w"]

0 commit comments

Comments
 (0)