repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v2.3.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/psf/black rev: 21.12b0 hooks: - id: black types_or: - python - repo: https://github.com/asottile/reorder_python_imports rev: v2.7.1 hooks: - id: reorder-python-imports types_or: - python - repo: https://github.com/pre-commit/mirrors-prettier rev: 'v2.5.1' hooks: - id: prettier types_or: - ts - tsx - css - scss