exclude: ^(.bzr|\.direnv|\.eggs|\.git|\.hg|\.mypy_cache|\.nox|\.pants\.d|\.svn|\.tox|\.venv|_build|buck-out|build|dist|node_modules|venv|\.idea|dockerdata|static|.*\b(migrations)\b.*) repos: - repo: https://github.com/pycqa/isort rev: 5.12.0 hooks: - id: isort - repo: https://github.com/ambv/black rev: 22.3.0 hooks: - id: black language_version: python3 - repo: https://github.com/pycqa/flake8 rev: 3.9.2 hooks: - id: flake8