Codebase list python-webargs / 790c5e87-5c5d-47e2-a0e7-28464e7907db/upstream setup.cfg
790c5e87-5c5d-47e2-a0e7-28464e7907db/upstream

Tree @790c5e87-5c5d-47e2-a0e7-28464e7907db/upstream (Download .tar.gz)

setup.cfg @790c5e87-5c5d-47e2-a0e7-28464e7907db/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