Skip to content

Commit 3dbe935

Browse files
committed
Update pre-commit hooks configuration to include checkers for the pyproject.toml file
1 parent defdc16 commit 3dbe935

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.pre-commit-config.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,27 @@ repos:
4040
hooks:
4141
- id: mypy
4242
additional_dependencies: [cryptography>=3.4.0]
43+
44+
- repo: https://github.com/abravalheri/validate-pyproject
45+
rev: "v0.20.2"
46+
hooks:
47+
- id: validate-pyproject
48+
49+
- repo: https://github.com/kieran-ryan/pyprojectsort
50+
rev: "v0.3.0"
51+
hooks:
52+
- id: pyprojectsort
53+
54+
- repo: https://github.com/python-jsonschema/check-jsonschema
55+
rev: "0.29.3"
56+
hooks:
57+
- id: check-github-workflows
58+
- id: check-github-actions
59+
- id: check-readthedocs
60+
61+
- repo: https://github.com/regebro/pyroma
62+
rev: "4.2"
63+
hooks:
64+
- id: pyroma
65+
66+
...

0 commit comments

Comments
 (0)