| - repo: https://github.com/pre-commit/pre-commit-hooks |
| - id: trailing-whitespace |
| - id: double-quote-string-fixer |
| - id: requirements-txt-fixer |
| - repo: https://github.com/asottile/setup-cfg-fmt |
| - repo: https://github.com/asottile/reorder-python-imports |
| - id: reorder-python-imports |
| args: [--py38-plus, --add-import, 'from __future__ import annotations'] |
| - repo: https://github.com/asottile/add-trailing-comma |
| - repo: https://github.com/asottile/pyupgrade |
| - repo: https://github.com/hhatto/autopep8 |
| - repo: https://github.com/PyCQA/flake8 |
| - repo: https://github.com/pre-commit/mirrors-mypy |
| additional_dependencies: [types-all] |