Codebase list python-webargs / 4921c8fc-6386-49a9-9e8c-20894cfe1c41/upstream setup.cfg
4921c8fc-6386-49a9-9e8c-20894cfe1c41/upstream

Tree @4921c8fc-6386-49a9-9e8c-20894cfe1c41/upstream (Download .tar.gz)

setup.cfg @4921c8fc-6386-49a9-9e8c-20894cfe1c41/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