summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 607805aec8e65d3562a5e19156c75002213ccb9a (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,paramiko,test.py
ignore = E124,E125,E128,E261,E301,E302,E303
max-line-length = 79