1 parent ffe0c2b commit 24ad101Copy full SHA for 24ad101
1 file changed
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
- id: detect-private-key
15
16
- repo: https://github.com/astral-sh/ruff-pre-commit
17
- rev: v0.14.13
+ rev: v0.15.0
18
hooks:
19
- id: ruff
20
args: ["--fix", "--unsafe-fixes"]
@@ -40,12 +40,12 @@ repos:
40
- id: typos
41
42
- repo: https://github.com/tox-dev/pyproject-fmt
43
- rev: v2.11.1
+ rev: v2.12.1
44
45
- id: pyproject-fmt
46
additional_dependencies: [tox]
47
48
- repo: https://github.com/abravalheri/validate-pyproject
49
- rev: v0.24.1
+ rev: v0.25
50
51
- id: validate-pyproject
0 commit comments