Codebase list python-webargs / c1d711f7-45c8-43c8-b895-d5d46dcf1aa6/upstream setup.cfg
c1d711f7-45c8-43c8-b895-d5d46dcf1aa6/upstream

Tree @c1d711f7-45c8-43c8-b895-d5d46dcf1aa6/upstream (Download .tar.gz)

setup.cfg @c1d711f7-45c8-43c8-b895-d5d46dcf1aa6/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