Skip to content

Commit

Permalink
Remove some Invoke-isms from the flake8 config
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Jun 1, 2017
1 parent 1486148 commit 383e102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ universal = 1
omit = paramiko/_winapi.py

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

0 comments on commit 383e102

Please sign in to comment.