Codebase list python-webargs / upstream/8.0.1 setup.cfg
upstream/8.0.1

Tree @upstream/8.0.1 (Download .tar.gz)

setup.cfg @upstream/8.0.1raw · 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