hc99's picture
Add files using upload-large-folder tool
2c17839 verified
[pep8]
max-line-length = 120
[flake8]
max-line-length = 120
ignore = E203,E501
exclude = .tox,docs
[mypy]
ignore_missing_imports = True
[aliases]
test = pytest
[metadata]
description-file = README.rst