Skip to content

Commit 923cd80

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.0 → v0.13.2](astral-sh/ruff-pre-commit@v0.13.0...v0.13.2) - [github.com/python-poetry/poetry: 2.2.0 → 2.2.1](python-poetry/poetry@2.2.0...2.2.1)
1 parent 6f1f349 commit 923cd80

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.13.0
21+
rev: v0.13.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.2.0
34+
rev: 2.2.1
3535
hooks:
3636
- id: poetry-check
3737
- id: poetry-lock

0 commit comments

Comments
 (0)