Skip to content
Snippets Groups Projects
.pre-commit-config.yaml 378 B
Newer Older
repos:
  - repo: https://github.com/ambv/black
    rev: 19.10b0
Yngve Levinsen's avatar
Yngve Levinsen committed
        args: ['--line-length', '140']
  - repo: https://gitlab.com/pycqa/flake8
    rev: 3.8.2
        args: ['--max-line-length=140', '--ignore=E203,E402']
  - repo: https://github.com/pre-commit/mirrors-mypy
    hooks:
    -   id: mypy