Skip to content

Commit 61ff2cb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.2 → v0.15.12](astral-sh/ruff-pre-commit@v0.15.2...v0.15.12) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v1.20.2](pre-commit/mirrors-mypy@v1.19.1...v1.20.2) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2)
1 parent 1fa1c09 commit 61ff2cb

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
@@ -22,7 +22,7 @@ repos:
2222
- id: pycln
2323
args: [ --config=pyproject.toml ]
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.15.2
25+
rev: v0.15.12
2626
hooks:
2727
- id: ruff-check
2828
args:
@@ -31,7 +31,7 @@ repos:
3131
# - --unsafe-fixes
3232
- id: ruff-format
3333
- repo: https://github.com/pre-commit/mirrors-mypy
34-
rev: v1.19.1
34+
rev: v1.20.2
3535
hooks:
3636
- id: mypy
3737
additional_dependencies: [
@@ -70,7 +70,7 @@ repos:
7070
types: [python]
7171
exclude: ^(devtools|docs|grid_apps-assets)/
7272
- repo: https://github.com/codespell-project/codespell
73-
rev: v2.4.1
73+
rev: v2.4.2
7474
hooks:
7575
- id: codespell
7676
exclude: (-lock\.ya?ml|\benvironments/.*\.ya?ml|\.ipynb|^THIRD_PARTY_SOFTWARE\.rst)$

0 commit comments

Comments
 (0)