Codebase list python-webargs / debian/4.0.0-0kali2 setup.cfg
debian/4.0.0-0kali2

Tree @debian/4.0.0-0kali2 (Download .tar.gz)

setup.cfg @debian/4.0.0-0kali2raw · history · blame

1
2
3
4
5
6
7
8
9
[bdist_wheel]
universal = 1

[flake8]
ignore = E203, E266, E501, W503, E302
max-line-length = 100
max-complexity = 18
select = B,C,E,F,W,T4,B9
exclude = .git,.ropeproject,.tox,build,env,venv,__pycache__