Add note to tox.ini for others

This commit is contained in:
Ian Cordasco 2016-02-25 14:43:52 -06:00
parent de9f56addf
commit 62a78f4a97

View file

@ -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.