Skip to content

Commit 3db00c4

Browse files
committed
add precommit hooks
1 parent 5f73bb1 commit 3db00c4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,12 @@ repos:
3636
hooks:
3737
- id: sphinx-lint
3838
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+
hooks:
47+
- id: validate-pyproject

0 commit comments

Comments
 (0)