We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01c99a6 commit bcb6b96Copy full SHA for bcb6b96
.pre-commit-config.yaml
@@ -9,13 +9,13 @@ repos:
9
- id: check-yaml
10
- id: check-added-large-files
11
- repo: https://github.com/astral-sh/ruff-pre-commit
12
- rev: "895ebb389825c29bd4e0addcf7579d6c69d199cc" # frozen: v0.9.6
+ rev: "41d2daf392fbf43341a77f24a9c6481a4b66af98" # frozen: v0.9.10
13
hooks:
14
- id: ruff
15
args: [ --fix ]
16
- id: ruff-format
17
- repo: https://github.com/python-poetry/poetry
18
- rev: "bd500dd3bdfaec3de6894144c9cedb3a9358be84" # frozen: 2.0.1
+ rev: "6e61c8b25f034aea350284a426499c70be2fa816" # frozen: 2.1.1
19
20
- id: poetry-check
21
args: ["--lock"]
0 commit comments