Skip to content

Commit c412d10

Browse files
ci: pre-commit autoupdate (#5422)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4aa9e1b commit c412d10

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
@@ -1,7 +1,7 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: v0.11.7
4+
rev: v0.11.8
55
hooks:
66
# Run the linter.
77
- id: ruff
@@ -43,7 +43,7 @@ repos:
4343
types: [python]
4444

4545
- repo: https://github.com/python-poetry/poetry
46-
rev: 2.1.2
46+
rev: 2.1.3
4747
hooks:
4848
- id: poetry-check
4949
args: ["-C", "api"]

0 commit comments

Comments
 (0)