summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-03-03 13:33:07 -0500
committerJason R. Coombs <jaraco@jaraco.com>2018-03-03 13:36:28 -0500
commit40da2c65007ccc250c7d897d497ef2b3fb58f3d4 (patch)
tree10ba3813e720619254e54a0c826be2659810269a /.flake8
parent41b814aa6cff3c46788a1d410095061a82af2076 (diff)
downloadpytest-runner-40da2c65007ccc250c7d897d497ef2b3fb58f3d4.tar.gz
Run flake8 with tests. Add flake8 config to ignore common exclusions. Add comments to testing and docs extras to aid with merges.
Diffstat (limited to '.flake8')
-rw-r--r--.flake82
1 files changed, 2 insertions, 0 deletions
diff --git a/.flake8 b/.flake8
new file mode 100644
index 0000000..e9955e7
--- /dev/null
+++ b/.flake8
@@ -0,0 +1,2 @@
+[flake8]
+ignore = W191,W503