We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e4313 commit e3025f7Copy full SHA for e3025f7
.pre-commit-config.yaml
@@ -23,11 +23,11 @@ repos:
23
hooks:
24
- id: isort
25
- repo: https://github.com/psf/black
26
- rev: 25.1.0
+ rev: 25.9.0
27
28
- id: black
29
- repo: https://github.com/astral-sh/ruff-pre-commit
30
- rev: v0.12.12
+ rev: v0.13.1
31
32
- id: ruff
33
args: [ --fix ]
@@ -36,7 +36,7 @@ repos:
36
37
- id: validate-cff
38
- repo: https://github.com/python-poetry/poetry
39
- rev: 2.1.3
+ rev: 2.2.1
40
41
- id: poetry-check
42
- id: poetry-install
0 commit comments