Skip to content

Commit db6e84c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.11.0](astral-sh/ruff-pre-commit@v0.9.3...v0.11.0) - [github.com/rbubley/mirrors-prettier: v3.4.2 → v3.5.3](rbubley/mirrors-prettier@v3.4.2...v3.5.3) - [github.com/codespell-project/codespell: v2.4.0 → v2.4.1](codespell-project/codespell@v2.4.0...v2.4.1)
1 parent b607594 commit db6e84c

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.9.3
17+
rev: v0.11.0
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.4.2"
34+
rev: "v3.5.3"
3535
hooks:
3636
- id: prettier
3737

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

0 commit comments

Comments
 (0)