eventcally/.pre-commit-config.yaml
2021-02-12 15:43:40 +01:00

15 lines
325 B
YAML

repos:
- repo: https://github.com/pycqa/isort
rev: 5.6.3
hooks:
- id: isort
name: isort (python)
- repo: https://github.com/psf/black
rev: stable
hooks:
- id: black
language_version: python3.7
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4
hooks:
- id: flake8