Revision f7eb83d9dca3ba0ee93e629ba5322732f99a3a30 authored by Jeremy Low on 30 September 2018, 13:23:40 UTC, committed by Jeremy Low on 30 September 2018, 13:23:40 UTC
1 parent 8b65eed
Raw File
setup.cfg
[aliases]
test = pytest

[bdist_wheel]
universal=1

[check-manifest]
ignore =
  .travis.yml
  circle.yml
  violations.flake8.txt

[flake8]
ignore = E111,E124,E126,E221,E501

[pycodestyle]
ignore = E111,E124,E126,E221,E501
max-line-length = 100
back to top