We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 674b4b2 commit 6a0fc06Copy full SHA for 6a0fc06
.pre-commit-config.yaml
@@ -14,14 +14,14 @@ repos:
14
- id: trailing-whitespace
15
16
- repo: https://github.com/astral-sh/ruff-pre-commit
17
- rev: v0.11.0
+ rev: v0.11.5
18
hooks:
19
- id: ruff
20
args: [ --fix ]
21
- id: ruff-format
22
23
- repo: https://github.com/python-poetry/poetry
24
- rev: '2.1.1'
+ rev: '2.1.2'
25
26
- id: poetry-check
27
- id: poetry-lock
0 commit comments