Skip to content

Commit b8a07ae

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.0 → v0.11.2](astral-sh/ruff-pre-commit@v0.11.0...v0.11.2) - [github.com/python-poetry/poetry: 2.1.1 → 2.1.2](python-poetry/poetry@2.1.1...2.1.2)
1 parent d46e455 commit b8a07ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
- id: trailing-whitespace
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
2020
# Ruff version.
21-
rev: v0.11.0
21+
rev: v0.11.2
2222
hooks:
2323
# Run the linter.
2424
- id: ruff
@@ -31,7 +31,7 @@ repos:
3131
hooks:
3232
- id: doctoc
3333
- repo: https://github.com/python-poetry/poetry
34-
rev: 2.1.1
34+
rev: 2.1.2
3535
hooks:
3636
- id: poetry-check
3737
- id: poetry-lock

0 commit comments

Comments
 (0)