repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - id: debug-statements # Too many things to fix, let's just ignore it for now #- repo: https://github.com/pycqa/flake8 # rev: 7.0.0 # hooks: # - id: flake8 # - repo: https://github.com/pycqa/isort rev: 9.0.0a3 hooks: - id: isort # Too many things to fix, let's just ignore it for now #- repo: https://github.com/pre-commit/mirrors-mypy # rev: v1.8.0 # hooks: # - id: mypy # exclude: ^(docs/|setup.py)