Codebase list python-webargs / 84cf3942-6a3d-4a22-af88-23b04a63ebed/upstream setup.cfg
84cf3942-6a3d-4a22-af88-23b04a63ebed/upstream

Tree @84cf3942-6a3d-4a22-af88-23b04a63ebed/upstream (Download .tar.gz)

setup.cfg @84cf3942-6a3d-4a22-af88-23b04a63ebed/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