We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c3bba commit d99fef2Copy full SHA for d99fef2
.pre-commit-config.yaml
@@ -30,17 +30,17 @@ repos:
30
files: ^.pre-commit-config.yaml
31
- id: trailing-whitespace
32
- repo: https://github.com/abravalheri/validate-pyproject
33
- rev: v0.23
+ rev: v0.24.1
34
hooks:
35
- id: validate-pyproject
36
- repo: https://github.com/astral-sh/ruff-pre-commit
37
- rev: v0.9.2
+ rev: v0.11.2
38
39
- id: ruff
40
args: [--fix, --show-fixes]
41
- id: ruff-format
42
- repo: https://github.com/codespell-project/codespell
43
- rev: v2.3.0
+ rev: v2.4.1
44
45
- id: codespell
46
- repo: https://github.com/pre-commit/pygrep-hooks
0 commit comments