Codebase list python-webargs / 1da534e6-a3e3-45ba-b659-ca0922a0c12f/upstream setup.cfg
1da534e6-a3e3-45ba-b659-ca0922a0c12f/upstream

Tree @1da534e6-a3e3-45ba-b659-ca0922a0c12f/upstream (Download .tar.gz)

setup.cfg @1da534e6-a3e3-45ba-b659-ca0922a0c12f/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