Codebase list python-webargs / bcc65a44-e952-4bbc-b350-0f70da5f9333/upstream setup.cfg
bcc65a44-e952-4bbc-b350-0f70da5f9333/upstream

Tree @bcc65a44-e952-4bbc-b350-0f70da5f9333/upstream (Download .tar.gz)

setup.cfg @bcc65a44-e952-4bbc-b350-0f70da5f9333/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