We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e4313 commit 1d0fe8eCopy full SHA for 1d0fe8e
.pre-commit-config.yaml
@@ -19,15 +19,15 @@ repos:
19
- id: trailing-whitespace
20
exclude: .bumpversion.cfg
21
- repo: https://github.com/timothycrosley/isort
22
- rev: 6.0.1
+ rev: 7.0.0
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.14.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