# See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v3.2.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - repo: https://github.com/psf/black rev: stable hooks: - id: black - repo: https://gitlab.com/pycqa/flake8 rev: 4.0.1 hooks: - id: flake8 # Disabled for now, because it lists a lot of problems. #- repo: https://github.com/pre-commit/mirrors-mypy # rev: 'v0.931' # hooks: # - id: mypy