There was an error while loading. Please reload this page.
1 parent b3cf66e commit 9185ee3Copy full SHA for 9185ee3
1 file changed
.pre-commit-config.yaml
@@ -19,19 +19,19 @@ repos:
19
- id: django-upgrade
20
args: [--target-version, "4.2"]
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: v0.16.4
+ rev: v0.16.5
23
hooks:
24
- id: ruff-check
25
args: [--unsafe-fixes]
26
- id: ruff-format
27
- repo: https://github.com/biomejs/pre-commit
28
- rev: v2.5.10
+ rev: v2.5.11
29
30
- id: biome-check
31
args: [--unsafe]
32
verbose: true
33
- repo: https://github.com/tox-dev/pyproject-fmt
34
- rev: v2.28.1
+ rev: v2.29.0
35
36
- id: pyproject-fmt
37
- repo: https://github.com/abravalheri/validate-pyproject
0 commit comments