Skip to content

Commit

Permalink
Tell flake8 to look inside doctests
Browse files Browse the repository at this point in the history
My editor highlights flake8 warnings.  I don't want it to mistakenly
tell me 'import io' is unused when it's actually used inside a doctest.
  • Loading branch information
mgedmin committed Feb 5, 2019
1 parent 11d7b0e commit 2b77b6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[bdist_wheel]
universal = 1

[flake8]
doctests = yes

0 comments on commit 2b77b6a

Please sign in to comment.