Codebase list python-webargs / 9d030216-ba5f-491e-a748-3a271be14d32/main setup.cfg
9d030216-ba5f-491e-a748-3a271be14d32/main

Tree @9d030216-ba5f-491e-a748-3a271be14d32/main (Download .tar.gz)

setup.cfg @9d030216-ba5f-491e-a748-3a271be14d32/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