mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 13:06:53 +00:00
Add a pre-commit hook to validate schemas
This commit is contained in:
parent
21922845dc
commit
853daf263f
1 changed files with 5 additions and 0 deletions
|
|
@ -39,3 +39,8 @@ repos:
|
|||
hooks:
|
||||
- id: mypy
|
||||
exclude: ^(docs/|example-plugin/)
|
||||
- repo: https://github.com/python-jsonschema/check-jsonschema
|
||||
rev: 0.27.2
|
||||
hooks:
|
||||
- id: check-github-workflows
|
||||
- id: check-readthedocs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue