Codebase list python-webargs / a14ac5d6-7a42-4f1b-b1d9-e51dcd6e6219/main setup.cfg
a14ac5d6-7a42-4f1b-b1d9-e51dcd6e6219/main

Tree @a14ac5d6-7a42-4f1b-b1d9-e51dcd6e6219/main (Download .tar.gz)

setup.cfg @a14ac5d6-7a42-4f1b-b1d9-e51dcd6e6219/mainraw · history · blame

[metadata]
license_files = LICENSE

[bdist_wheel]
# We build separate wheels for
# Python 2 and 3 because of the conditional
# dependency on simplejson
universal = 0

[flake8]
ignore = E203, E266, E501, W503
max-line-length = 80
max-complexity = 18
select = B,C,E,F,W,T4,B9

[mypy]
ignore_missing_imports = true