Codebase list python-webargs / aa77f8f4-98a3-43ea-8c96-9374b43ba3cd/main setup.cfg
aa77f8f4-98a3-43ea-8c96-9374b43ba3cd/main

Tree @aa77f8f4-98a3-43ea-8c96-9374b43ba3cd/main (Download .tar.gz)

setup.cfg @aa77f8f4-98a3-43ea-8c96-9374b43ba3cd/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