repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.3.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/python/black.git rev: 22.6.0 hooks: - id: black language_version: python3 - repo: https://github.com/pycqa/flake8.git rev: 3.9.2 hooks: - id: flake8 additional_dependencies: - flake8-black>=0.1.1 language_version: python3 - repo: https://github.com/PyCQA/isort rev: 5.12.0 hooks: - id: isort - repo: https://github.com/pre-commit/mirrors-prettier rev: v2.7.1 hooks: - id: prettier stages: [commit]