Skip to content
Snippets Groups Projects
.pre-commit-config.yaml 252 B
Newer Older
repos:
  - repo: https://github.com/ambv/black
    rev: stable
    hooks:
      - id: black
  - repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v1.3.0
    hooks:
      - id: flake8
Yngve Levinsen's avatar
Yngve Levinsen committed
        args: ['--max-line-length=140', '--ignore=E203']