Skip to content

Commit

Permalink
Add Flake8 definitions and as a dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianpula authored and bitprophet committed Jun 1, 2017
1 parent bc86eee commit ad4cddf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ releases>=1.1.0,<2.0
semantic_version<3.0
wheel==0.24
twine==1.5
flake8==3.3.0
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@ 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

0 comments on commit ad4cddf

Please sign in to comment.