graphene/.pre-commit-config.yaml

29 lines
682 B
YAML
Raw Normal View History

repos:
- repo: git://github.com/pre-commit/pre-commit-hooks
2021-08-21 17:51:46 +03:00
rev: v2.3.0
hooks:
- id: check-merge-conflict
- id: check-json
- id: check-yaml
- id: debug-statements
- id: end-of-file-fixer
exclude: ^docs/.*$
- id: pretty-format-json
args:
- --autofix
- id: trailing-whitespace
exclude: README.md
- repo: https://github.com/asottile/pyupgrade
2021-08-21 18:47:00 +03:00
rev: v2.24.0
hooks:
- id: pyupgrade
- repo: https://github.com/ambv/black
2021-08-21 17:51:46 +03:00
rev: 19.3b0
hooks:
2021-08-21 18:23:58 +03:00
- id: black
language_version: python3
- repo: https://github.com/PyCQA/flake8
2021-08-21 16:07:44 +03:00
rev: 3.8.4
hooks:
- id: flake8