summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-07-27 08:29:34 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2016-07-27 08:29:34 -0500
commite4403e7ae51bf54e110ac794f09a4c913f10c070 (patch)
treeaef6ab180e5675f0a3d093387387776359f28c12
parent8b918dd4cc8b6175335f3b3852d9494d37d542f0 (diff)
downloadflake8-update-appveyor.tar.gz
Test alternate theory of Windows multiprocessingupdate-appveyor
-rw-r--r--src/flake8/plugins/pyflakes.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/flake8/plugins/pyflakes.py b/src/flake8/plugins/pyflakes.py
index 158d5a2..267a13a 100644
--- a/src/flake8/plugins/pyflakes.py
+++ b/src/flake8/plugins/pyflakes.py
@@ -47,6 +47,10 @@ class FlakesChecker(pyflakes.checker.Checker):
name = 'pyflakes'
version = pyflakes.__version__
+ with_doctest = False
+ include_in_doctest = []
+ exclude_from_doctest = []
+
def __init__(self, tree, filename):
"""Initialize the PyFlakes plugin with an AST tree and filename."""
filename = utils.normalize_paths(filename)[0]