From 62a78f4a97ef82b3a28d1478635fc4f501762657 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Thu, 25 Feb 2016 14:43:52 -0600 Subject: [PATCH] Add note to tox.ini for others --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index d5e07cc..946d532 100644 --- a/tox.ini +++ b/tox.ini @@ -98,6 +98,10 @@ commands = # Flake8 Configuration [flake8] # Ignore some flake8-docstrings errors +# NOTE(sigmavirus24): While we're still using flake8 2.x, this ignore line +# defaults to selecting all other errors so we do not need select=E,F,W,I,D +# Once Flake8 3.0 is released and in a good state, we can use both and it will +# work well \o/ ignore = D203 # NOTE(sigmavirus24): Once we release 3.0.0 this exclude option can be specified # across multiple lines. Presently it cannot be specified across multiple lines.