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 47eced0 commit 1c0d84dCopy full SHA for 1c0d84d
.pre-commit-config.yaml
@@ -1,12 +1,12 @@
1
repos:
2
- repo: https://github.com/adamchainz/django-upgrade
3
- rev: 1.28.0
+ rev: 1.29.0
4
hooks:
5
- id: django-upgrade
6
args: [--target-version, "5.2"]
7
8
- repo: https://github.com/astral-sh/ruff-pre-commit
9
- rev: v0.13.1
+ rev: v0.14.0
10
11
- id: ruff-check
12
- id: ruff-format
@@ -17,3 +17,8 @@ repos:
17
- id: codespell # See pyproject.toml for args
18
additional_dependencies:
19
- tomli
20
+
21
+ - repo: https://github.com/abravalheri/validate-pyproject
22
+ rev: v0.24.1
23
+ hooks:
24
+ - id: validate-pyproject
0 commit comments