Skip to content
Snippets Groups Projects
Commit afe8cd52 authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-998: Auto format job for tox

parent 7fb3ff82
Branches
Tags
2 merge requests!445One time auto format,!443L2SS-998: Auto format job for tox
......@@ -13,14 +13,13 @@ flake8>=3.8.0 # MIT
flake8-bugbear>=22.1.11 # MIT
flake8-breakpoint>=1.1.0 # MIT
flake8-debugger>=4.0.0 #MIT
flake8-mock>=0.3 #GPL
hacking>=3.2.0,<3.3.0 # Apache-2.0
autopep8>=1.7.0 # MIT
python-subunit>=1.4.0 # Apache-2.0/BSD
Pygments>=2.6.0 # BSD
stestr>=3.0.0 # Apache-2.0
testscenarios>=0.5.0 # Apache-2.0/BSD
testtools>=2.4.0 # MIT
timeout-decorator>=0.5 # MIT
timeout-decorator>=0.5.0 # MIT
xenon>=0.8.0 # MIT
prometheus_client # Apache-2.0
python-logstash-async # MIT
......@@ -83,6 +83,11 @@ commands =
{envpython} -m doc8 docs/source/ --ignore D001
{envpython} -m flake8
[testenv:format]
commands =
{envpython} -m autopep8 --version
{envpython} -m autopep8 -v -aa --in-place --recursive tangostationcontrol/
[testenv:bandit];
; B104: hardcoded_bind_all_interfaces
; - We disable this warning as Docker serves as our firewall.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment