Skip to content

Commit a15d94e

Browse files
⬆️🪝 update pre-commit hooks (#135)
<!--pre-commit.ci start--> updates: - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.9.6](astral-sh/ruff-pre-commit@v0.9.2...v0.9.6) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0) <!--pre-commit.ci end--> --------- Signed-off-by: Nils Quetschlich <nils.quetschlich@tum.de> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Nils Quetschlich <nils.quetschlich@tum.de>
1 parent 1c40410 commit a15d94e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ repos:
3939

4040
# Check for spelling
4141
- repo: https://github.com/codespell-project/codespell
42-
rev: "v2.3.0"
42+
rev: "v2.4.1"
4343
hooks:
4444
- id: codespell
45-
args: ["-L", "wille,linz"]
45+
args: ["-L", "wille,linz,anc"]
4646
exclude: >
4747
(?x)^(
4848
.*\.ipynb
@@ -56,7 +56,7 @@ repos:
5656
types_or: [yaml, markdown, html, css, javascript, json]
5757

5858
- repo: https://github.com/astral-sh/ruff-pre-commit
59-
rev: v0.9.2
59+
rev: v0.9.6
6060
hooks:
6161
- id: ruff
6262
args: ["--fix", "--show-fixes"]
@@ -78,7 +78,7 @@ repos:
7878
- id: nb-clean
7979

8080
- repo: https://github.com/pre-commit/mirrors-mypy
81-
rev: v1.14.1
81+
rev: v1.15.0
8282
hooks:
8383
- id: mypy
8484
files: ^(src|tests|setup.py)

0 commit comments

Comments
 (0)