diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-05-31 18:21:02 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-05-31 18:21:02 -0700 |
commit | 383e102b54464f2be8fe5aaa3b1e9bd94ad0b788 (patch) | |
tree | d17894639c081984e932126d0ebf8719f02c315a /setup.cfg | |
parent | 14861487ec7633699fe8ea40eef6702d5ab771b5 (diff) |
Remove some Invoke-isms from the flake8 config
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |