mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-22 17:46:57 +03:00
18 lines
428 B
YAML
18 lines
428 B
YAML
- repo: git://github.com/pre-commit/pre-commit-hooks
|
|
sha: v0.8.0
|
|
hooks:
|
|
- id: autopep8-wrapper
|
|
args:
|
|
- -i
|
|
- --ignore=E128,E309,E501
|
|
exclude: ^docs/.*$
|
|
- id: check-json
|
|
- id: check-yaml
|
|
- id: debug-statements
|
|
- id: end-of-file-fixer
|
|
exclude: ^docs/.*$
|
|
- id: trailing-whitespace
|
|
- id: pretty-format-json
|
|
args:
|
|
- --autofix
|