summaryrefslogtreecommitdiffhomepage
path: root/setup.cfg
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2019-06-08 13:26:37 -0400
committerJeff Forcier <jeff@bitprophet.org>2019-06-08 13:26:37 -0400
commitdd7c91d57869360e3f34c6564e1b3beff65b3d39 (patch)
treeac5e2f31189be466748aebea8d2b3009481e6982 /setup.cfg
parent17e412eb7c249a4cc536e70deebd3d889e07e252 (diff)
flake8 now applied to tests, huzzah
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 7ff383c3..9dc712a7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -8,7 +8,7 @@ license_file = LICENSE
omit = paramiko/_winapi.py
[flake8]
-exclude = sites,.git,build,dist,demos,tests
+exclude = sites,.git,build,dist,demos
# NOTE: W503, E203 are concessions to black 18.0b5 and could be reinstated
# later if fixed on that end.
# NOTE: E722 seems to only have started popping up on move to flake8 3.6.0 from