We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f73bb1 commit 3db00c4Copy full SHA for 3db00c4
.pre-commit-config.yaml
@@ -36,3 +36,12 @@ repos:
36
hooks:
37
- id: sphinx-lint
38
args: [--enable=default-role]
39
+ - repo: https://github.com/tox-dev/pyproject-fmt
40
+ rev: 1.7.0
41
+ hooks:
42
+ - id: pyproject-fmt
43
+ additional_dependencies: [ tox ]
44
+ - repo: https://github.com/abravalheri/validate-pyproject
45
+ rev: v0.16
46
47
+ - id: validate-pyproject
0 commit comments