Codebase list python-webargs / 00428b3f-8cba-442e-b692-c5ff1003d181/main setup.cfg
00428b3f-8cba-442e-b692-c5ff1003d181/main

Tree @00428b3f-8cba-442e-b692-c5ff1003d181/main (Download .tar.gz)

setup.cfg @00428b3f-8cba-442e-b692-c5ff1003d181/mainraw · 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