Skip to content

Commit 77cb845

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.11.12 → v0.14.3](astral-sh/ruff-pre-commit@v0.11.12...v0.14.3) - [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 f705405 commit 77cb845

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
@@ -12,16 +12,16 @@ 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
19-
rev: v2.5.0
19+
rev: v2.6.0
2020
hooks:
2121
- id: pycln
2222
args: [--config=pyproject.toml]
2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.11.12
24+
rev: v0.14.3
2525
hooks:
2626
- id: ruff
2727
args:
@@ -72,7 +72,7 @@ repos:
7272
exclude: (-lock\.ya?ml|\benvironments/.*\.ya?ml|\.ipynb|^THIRD_PARTY_SOFTWARE\.rst)$
7373
entry: codespell -I .codespellignore
7474
- repo: https://github.com/pre-commit/pre-commit-hooks
75-
rev: v5.0.0
75+
rev: v6.0.0
7676
hooks:
7777
- id: trailing-whitespace
7878
exclude: \.mdj$

0 commit comments

Comments
 (0)