Skip to content

Commit f86606c

Browse files
ci: pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.7 → v0.11.8](astral-sh/ruff-pre-commit@v0.11.7...v0.11.8) - [github.com/python-poetry/poetry: 2.1.2 → 2.1.3](python-poetry/poetry@2.1.2...2.1.3)
1 parent ecce903 commit f86606c

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,15 +1,15 @@
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
88
args: [--fix]
99
# Run the formatter.
1010
- id: ruff-format
1111
- repo: https://github.com/python-poetry/poetry
12-
rev: 2.1.2
12+
rev: 2.1.3
1313
hooks:
1414
- id: poetry-check
1515
- id: poetry-lock

0 commit comments

Comments
 (0)