mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-10 19:56:45 +03:00
27 lines
647 B
YAML
27 lines
647 B
YAML
repos:
|
|
- repo: git://github.com/pre-commit/pre-commit-hooks
|
|
rev: v1.3.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
|
|
- repo: https://github.com/asottile/seed-isort-config
|
|
rev: v1.0.1
|
|
hooks:
|
|
- id: seed-isort-config
|
|
- repo: https://github.com/pre-commit/mirrors-isort
|
|
rev: v4.3.4
|
|
hooks:
|
|
- id: isort
|