| - repo: https://github.com/pre-commit/pre-commit-hooks |
| - id: trailing-whitespace |
| - id: check-docstring-first |
| - id: check-added-large-files |
| - id: requirements-txt-fixer |
| - repo: https://gitlab.com/pycqa/flake8 |
| - repo: https://github.com/pre-commit/mirrors-autopep8 |
| - repo: https://github.com/pre-commit/pre-commit |
| - repo: https://github.com/asottile/reorder_python_imports |
| - id: reorder-python-imports |
| language_version: python3 |
| - repo: https://github.com/asottile/pyupgrade |
| - repo: https://github.com/asottile/add-trailing-comma |
| - repo: https://github.com/pre-commit/mirrors-mypy |
| language_version: python3 |