Codebase list python-webargs / 8e3638c6-7f1a-42ca-92b2-0b3874b45401/main setup.cfg
8e3638c6-7f1a-42ca-92b2-0b3874b45401/main

Tree @8e3638c6-7f1a-42ca-92b2-0b3874b45401/main (Download .tar.gz)

setup.cfg @8e3638c6-7f1a-42ca-92b2-0b3874b45401/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