Codebase list apispec / f80cd5c4-be60-471f-950d-d7b035cc6501/main setup.cfg
f80cd5c4-be60-471f-950d-d7b035cc6501/main

Tree @f80cd5c4-be60-471f-950d-d7b035cc6501/main (Download .tar.gz)

setup.cfg @f80cd5c4-be60-471f-950d-d7b035cc6501/mainraw · history · blame

1
2
3
4
5
6
7
8
[metadata]
license_files = LICENSE

[flake8]
ignore = E203, E266, E501, W503
max-line-length = 110
max-complexity = 18
select = B,C,E,F,W,T4,B9