We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1b0848 + 60b6891 commit d1a15bbCopy full SHA for d1a15bb
1 file changed
.pre-commit-config.yaml
@@ -12,11 +12,11 @@ repos:
12
- id: biome-format
13
exclude: ^\.cruft\.json$ # inconsistent indentation with cruft - file never to be modified manually.
14
- repo: https://github.com/tox-dev/pyproject-fmt
15
- rev: v2.24.1
+ rev: v2.25.0
16
hooks:
17
- id: pyproject-fmt
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: v0.15.17
+ rev: v0.15.18
20
21
- id: ruff-check
22
types_or: [python, pyi, jupyter]
0 commit comments