Codebase list python-webargs / e9668167-5575-4e9d-8976-5c17fa648d66/upstream setup.cfg
e9668167-5575-4e9d-8976-5c17fa648d66/upstream

Tree @e9668167-5575-4e9d-8976-5c17fa648d66/upstream (Download .tar.gz)

setup.cfg @e9668167-5575-4e9d-8976-5c17fa648d66/upstreamraw · history · blame

[metadata]
license_files = LICENSE

[bdist_wheel]
universal = 1

[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