3fde1e570a
There is a bug [1] in older flake8 that we need to pick up. In
particular, Nova has at least one line longer than 80 characters in it
[2] because of that bug. Our own unit tests start breaking with the
new flake8, so we need to fix whitespace for one `if`, and start
calling flake8 with `--enable-extentions` to force flake8 to load
extensions decorated with @off_by_default.
[1] https://github.com/PyCQA/flake8/issues/1534
[2]
|
||
---|---|---|
.. | ||
checks | ||
__init__.py | ||
test_config.py | ||
test_doctest.py | ||
test_import_exceptions.py |