Add .pre-commit-config.yaml file (#42)

This should make pre-commit.ci work.
1 file changed
tree: f2678484ba30953b8c7d9da289d831f3b89b93d5
  1. .github/
  2. tests/
  3. .gitignore
  4. .pre-commit-config.yaml
  5. LICENSE
  6. MANIFEST.in
  7. mypy_extensions.py
  8. README.md
  9. setup.cfg
  10. setup.py
  11. tox.ini
README.md

Mypy Extensions

The mypy_extensions module defines extensions to the Python standard library typing module that are supported by the mypy type checker and the mypyc compiler.