Codebase list python-webargs / d6b550ed-96b7-4574-87ab-bd2c7380ad5d/upstream setup.cfg
d6b550ed-96b7-4574-87ab-bd2c7380ad5d/upstream

Tree @d6b550ed-96b7-4574-87ab-bd2c7380ad5d/upstream (Download .tar.gz)

setup.cfg @d6b550ed-96b7-4574-87ab-bd2c7380ad5d/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