bornhack-website/.pre-commit-config.yaml
2021-05-02 14:53:39 +02:00

15 lines
324 B
YAML

repos:
- repo: "https://github.com/ambv/black"
rev: "21.4b2"
hooks:
- id: "black"
language_version: "python3"
- repo: "https://gitlab.com/pycqa/flake8"
rev: "3.9.1"
hooks:
- id: "flake8"
- repo: "https://github.com/pre-commit/mirrors-isort"
rev: "v5.8.0"
hooks:
- id: "isort"