Codebase list python-webargs / bc6e0bad-590a-4c45-b9db-1240f7b1f6c7/upstream setup.cfg
bc6e0bad-590a-4c45-b9db-1240f7b1f6c7/upstream

Tree @bc6e0bad-590a-4c45-b9db-1240f7b1f6c7/upstream (Download .tar.gz)

setup.cfg @bc6e0bad-590a-4c45-b9db-1240f7b1f6c7/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