graphene-django/.pre-commit-config.yaml

15 lines
285 B
YAML
Raw Normal View History

default_language_version:
2022-08-18 13:02:41 +03:00
python: python3.10
repos:
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
hooks:
- id: flake8
additional_dependencies: [flake8-bugbear==22.7.1]
- repo: https://github.com/psf/black
rev: 22.6.0
hooks:
- id: black