Skip to content

Commit 32e1cd3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-poetry/poetry: 2.1.3 → 2.2.1](python-poetry/poetry@2.1.3...2.2.1) - [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.7...v0.13.3) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.2](pre-commit/mirrors-mypy@v1.17.1...v1.18.2) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0)
1 parent 1f2964f commit 32e1cd3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ci:
1212

1313
repos:
1414
- repo: https://github.com/python-poetry/poetry
15-
rev: 2.1.3
15+
rev: 2.2.1
1616
hooks:
1717
- id: poetry-check
1818
- repo: https://github.com/hadialqattan/pycln
@@ -21,7 +21,7 @@ repos:
2121
- id: pycln
2222
args: [--config=pyproject.toml]
2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.12.7
24+
rev: v0.13.3
2525
hooks:
2626
- id: ruff
2727
args:
@@ -32,7 +32,7 @@ repos:
3232
- id: ruff-format
3333
exclude: ^docs/
3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: v1.17.1
35+
rev: v1.18.2
3636
hooks:
3737
- id: mypy
3838
additional_dependencies: [
@@ -71,7 +71,7 @@ repos:
7171
exclude: (-lock\.ya?ml|\benvironments/.*\.ya?ml|\.ipynb|^THIRD_PARTY_SOFTWARE\.rst)$
7272
entry: codespell -I .codespellignore
7373
- repo: https://github.com/pre-commit/pre-commit-hooks
74-
rev: v5.0.0
74+
rev: v6.0.0
7575
hooks:
7676
- id: trailing-whitespace
7777
exclude: \.mdj$

0 commit comments

Comments
 (0)