Skip to content

Commit c5f63ca

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: 895ebb389825c29bd4e0addcf7579d6c69d199cc → f0fe93c067104b76ffb58852abe79673a8429bd1](astral-sh/ruff-pre-commit@895ebb3...f0fe93c) - [github.com/python-poetry/poetry: bd500dd3bdfaec3de6894144c9cedb3a9358be84 → 84eeadc21f92a04d46ea769e3e39d7c902e44136](python-poetry/poetry@bd500dd...84eeadc)
1 parent 01c99a6 commit c5f63ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ repos:
99
- id: check-yaml
1010
- id: check-added-large-files
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: "895ebb389825c29bd4e0addcf7579d6c69d199cc" # frozen: v0.9.6
12+
rev: "f0fe93c067104b76ffb58852abe79673a8429bd1" # frozen: v0.11.8
1313
hooks:
1414
- id: ruff
1515
args: [ --fix ]
1616
- id: ruff-format
1717
- repo: https://github.com/python-poetry/poetry
18-
rev: "bd500dd3bdfaec3de6894144c9cedb3a9358be84" # frozen: 2.0.1
18+
rev: "84eeadc21f92a04d46ea769e3e39d7c902e44136" # frozen: 2.1.3
1919
hooks:
2020
- id: poetry-check
2121
args: ["--lock"]

0 commit comments

Comments
 (0)