diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2018-05-29 14:35:32 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2018-09-17 15:32:38 -0700 |
commit | 174daa3b95411ed6c72cfbc9f8d320d7b45a440e (patch) | |
tree | 8e74aff94de615a691876251822a972600a9f11c /setup.cfg | |
parent | 78b3520e9b78b0cefab37ba96bef00af6b996c4b (diff) |
Modernize travis/dev-reqs/etc re: blackening
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ omit = paramiko/_winapi.py [flake8] exclude = sites,.git,build,dist,demos,tests -ignore = E124,E125,E128,E261,E301,E302,E303,E402,E721 +ignore = E124,E125,E128,E261,E301,E302,E303,E402,E721,W503 max-line-length = 79 [tool:pytest] |