Codebase list python-webargs / d4106a64-ed40-43db-b406-395b7e3588d6/upstream setup.cfg
d4106a64-ed40-43db-b406-395b7e3588d6/upstream

Tree @d4106a64-ed40-43db-b406-395b7e3588d6/upstream (Download .tar.gz)

setup.cfg @d4106a64-ed40-43db-b406-395b7e3588d6/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