Skip to content

Commit f9f57a2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.1...v0.9.9) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
1 parent 6d2285c commit f9f57a2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: pycln
1818
args: [--config=pyproject.toml]
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.9.1
20+
rev: v0.9.9
2121
hooks:
2222
- id: ruff
2323
args:
@@ -28,7 +28,7 @@ repos:
2828
- id: ruff-format
2929
exclude: ^docs/
3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.14.1
31+
rev: v1.15.0
3232
hooks:
3333
- id: mypy
3434
additional_dependencies: [
@@ -61,7 +61,7 @@ repos:
6161
types: [python]
6262
exclude: ^(docs|surface_apps-assets)/
6363
- repo: https://github.com/codespell-project/codespell
64-
rev: v2.3.0
64+
rev: v2.4.1
6565
hooks:
6666
- id: codespell
6767
exclude: (-lock\.ya?ml|\benvironments/.*\.ya?ml|\.ipynb|^THIRD_PARTY_SOFTWARE\.rst)$

0 commit comments

Comments
 (0)