summaryrefslogtreecommitdiffhomepage
path: root/setup.cfg
blob: ff099a69e13b6ed34475a8a99807f884ac55ce8a (plain)
1
2
3
4
5
6
7
8
9
10
[wheel]
universal = 1

[coverage:run]
omit = paramiko/_winapi.py

[flake8]
exclude = sites,.git,build,dist,alt_env,appveyor,demos,tests
ignore = E124,E125,E128,E261,E301,E302,E303,E402
max-line-length = 79