Codebase list python-webargs / 2a0b529d-e70a-433d-b480-78f08600f436/upstream setup.cfg
2a0b529d-e70a-433d-b480-78f08600f436/upstream

Tree @2a0b529d-e70a-433d-b480-78f08600f436/upstream (Download .tar.gz)

setup.cfg @2a0b529d-e70a-433d-b480-78f08600f436/upstreamraw · history · blame

[metadata]
license_files = LICENSE

[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