summaryrefslogtreecommitdiffhomepage
path: root/setup.cfg
blob: 2abe6f02afc0b7fd4b8e7d4c9f7cfc54a1b37ad8 (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
ignore = E124,E125,E128,E261,E301,E302,E303
max-line-length = 79