Remove the annoying and unloved fix rule from the default envlist of the
pybind/mgr/tox.ini file.
If you don't like this, and want your code formatted automatically, opt
your module into `black` by {format,check}-black rules in tox.ini.
Embrace the much more widely community accepted tool... enjoy the
automatic cookie-cutter formatting... avoid arguing about formatting...
;-)
Signed-off-by: John Mulligan <jmulligan@redhat.com>
envlist =
py3
mypy
- fix
flake8
jinjalint
nooptional
deps = {[testenv]deps}
commands = {[testenv]commands}
-[testenv:fix]
-basepython = python3
-deps =
- autopep8
-modules =
- alerts \
- balancer \
- cephadm \
- cli_api \
- crash \
- devicehealth \
- diskprediction_local \
- insights \
- iostat \
- nfs \
- orchestrator \
- prometheus \
- rgw \
- status \
- telemetry
-commands =
- python --version
- autopep8 {[autopep8]addopts} \
- {posargs:{[testenv:fix]modules}}
[testenv:pylint]
deps =