Skip to content

Commit a18a8ff

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/hadialqattan/pycln: v2.5.0 → v2.6.0](hadialqattan/pycln@v2.5.0...v2.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.5 → v0.14.7](astral-sh/ruff-pre-commit@v0.12.5...v0.14.7) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.19.0](pre-commit/mirrors-mypy@v1.15.0...v1.19.0) - [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 6e27ace commit a18a8ff

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ 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
args: [--lock, --no-plugins]
1919
- repo: https://github.com/hadialqattan/pycln
20-
rev: v2.5.0
20+
rev: v2.6.0
2121
hooks:
2222
- id: pycln
2323
args: [--config=pyproject.toml]
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.12.5
25+
rev: v0.14.7
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.15.0
34+
rev: v1.19.0
3535
hooks:
3636
- id: mypy
3737
additional_dependencies: [
@@ -87,7 +87,7 @@ repos:
8787
exclude: (\.lock|\.ipynb|^THIRD_PARTY_SOFTWARE\.rst)$
8888
entry: codespell -I .codespellignore
8989
- repo: https://github.com/pre-commit/pre-commit-hooks
90-
rev: v5.0.0
90+
rev: v6.0.0
9191
hooks:
9292
- id: trailing-whitespace
9393
- id: check-toml

0 commit comments

Comments
 (0)