2c17839
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | [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
|