Tox is fine with spaces between list elements and variable
assignment operators. We used more readable spacing in some parts of
tox.ini, so make the rest of the file consistent.
# calling imp instead of importlib so probably not while we still support 3.6
setenv =
PYTHONWARNINGS=default::DeprecationWarning
- VIRTUALENV_CREATOR=venv
+ VIRTUALENV_CREATOR = venv
commands = mudpy_selftest mudpy/tests/fixtures/test_daemon.yaml
[testenv:bandit]
[flake8]
show-source = True
-exclude=.git,.tox,*lib/python*,*egg,build
+exclude = .git, .tox, *lib/python*, *egg, build