Codebase list python-webargs / e63c11b0-0278-4db3-9a36-52f15c15833d/main setup.cfg
e63c11b0-0278-4db3-9a36-52f15c15833d/main

Tree @e63c11b0-0278-4db3-9a36-52f15c15833d/main (Download .tar.gz)

setup.cfg @e63c11b0-0278-4db3-9a36-52f15c15833d/mainraw · history · blame

[metadata]
license_files = LICENSE

[bdist_wheel]
universal = 1

[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