Skip to content

Commit fd6b62c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.0 → v0.14.11](astral-sh/ruff-pre-commit@v0.12.0...v0.14.11) - [github.com/python-poetry/poetry: 2.1.3 → 2.2.1](python-poetry/poetry@2.1.3...2.2.1)
1 parent ac52034 commit fd6b62c

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
@@ -9,7 +9,7 @@ repos:
99
- --fix=lf
1010
- id: trailing-whitespace
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.12.0
12+
rev: v0.14.11
1313
hooks:
1414
# lint and fix
1515
- id: ruff
@@ -20,6 +20,6 @@ repos:
2020
# format
2121
- id: ruff-format
2222
- repo: https://github.com/python-poetry/poetry
23-
rev: "2.1.3"
23+
rev: "2.2.1"
2424
hooks:
2525
- id: poetry-check

0 commit comments

Comments
 (0)