Codebase list python-webargs / 29be54d1-0df7-48c4-a945-3120c7de0a2b/main setup.cfg
29be54d1-0df7-48c4-a945-3120c7de0a2b/main

Tree @29be54d1-0df7-48c4-a945-3120c7de0a2b/main (Download .tar.gz)

setup.cfg @29be54d1-0df7-48c4-a945-3120c7de0a2b/mainraw · 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