We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d668c2 commit eb91d7fCopy full SHA for eb91d7f
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.6.0
+ rev: v5.0.0
4
hooks:
5
- id: check-toml
6
- id: check-yaml
@@ -26,14 +26,14 @@ repos:
26
- tomli
27
28
- repo: https://github.com/astral-sh/ruff-pre-commit
29
- rev: v0.6.3
+ rev: v0.7.2
30
31
- id: ruff
32
args: ["--fix", "--show-fixes"]
33
- id: ruff-format
34
35
- repo: https://github.com/abravalheri/validate-pyproject
36
- rev: v0.19
+ rev: v0.22
37
38
- id: validate-pyproject
39
0 commit comments