Codebase list python-webargs / 8f4ae5a1-0955-42a1-9440-3c1ffa8eae5e/upstream setup.cfg
8f4ae5a1-0955-42a1-9440-3c1ffa8eae5e/upstream

Tree @8f4ae5a1-0955-42a1-9440-3c1ffa8eae5e/upstream (Download .tar.gz)

setup.cfg @8f4ae5a1-0955-42a1-9440-3c1ffa8eae5e/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