mirror of
https://github.com/Crocmagnon/cookiecutter-django.git
synced 2024-11-05 06:23:54 +01:00
Add more pre-commit checks
This commit is contained in:
parent
28006feeb0
commit
37b552fb83
1 changed files with 3 additions and 0 deletions
|
@ -11,8 +11,11 @@ repos:
|
|||
- id: check-toml
|
||||
- id: check-xml
|
||||
- id: check-yaml
|
||||
args: [--allow-multiple-documents]
|
||||
- id: end-of-file-fixer
|
||||
- id: check-merge-conflict
|
||||
- id: debug-statements
|
||||
- id: detect-private-key
|
||||
- id: pretty-format-json
|
||||
args:
|
||||
- --autofix
|
||||
|
|
Loading…
Reference in a new issue