Codebase list python-webargs / db00abb9-c51d-478e-9418-0e0f619e65d0/main setup.cfg
db00abb9-c51d-478e-9418-0e0f619e65d0/main

Tree @db00abb9-c51d-478e-9418-0e0f619e65d0/main (Download .tar.gz)

setup.cfg @db00abb9-c51d-478e-9418-0e0f619e65d0/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