Codebase list python-webargs / 5c984bc9-b6a6-4346-b057-10e2fa8c711a/upstream setup.cfg
5c984bc9-b6a6-4346-b057-10e2fa8c711a/upstream

Tree @5c984bc9-b6a6-4346-b057-10e2fa8c711a/upstream (Download .tar.gz)

setup.cfg @5c984bc9-b6a6-4346-b057-10e2fa8c711a/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