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

Merge branch 'L2SS-998' into 'master'

L2SS-998: Auto format job for tox

Closes L2SS-998

See merge request !443
parents 212d6f7b afe8cd52
No related branches found
No related tags found
1 merge request!443L2SS-998: Auto format job for tox
...@@ -13,14 +13,13 @@ flake8>=3.8.0 # MIT ...@@ -13,14 +13,13 @@ flake8>=3.8.0 # MIT
flake8-bugbear>=22.1.11 # MIT flake8-bugbear>=22.1.11 # MIT
flake8-breakpoint>=1.1.0 # MIT flake8-breakpoint>=1.1.0 # MIT
flake8-debugger>=4.0.0 #MIT flake8-debugger>=4.0.0 #MIT
flake8-mock>=0.3 #GPL autopep8>=1.7.0 # MIT
hacking>=3.2.0,<3.3.0 # Apache-2.0
python-subunit>=1.4.0 # Apache-2.0/BSD python-subunit>=1.4.0 # Apache-2.0/BSD
Pygments>=2.6.0 # BSD Pygments>=2.6.0 # BSD
stestr>=3.0.0 # Apache-2.0 stestr>=3.0.0 # Apache-2.0
testscenarios>=0.5.0 # Apache-2.0/BSD testscenarios>=0.5.0 # Apache-2.0/BSD
testtools>=2.4.0 # MIT testtools>=2.4.0 # MIT
timeout-decorator>=0.5 # MIT timeout-decorator>=0.5.0 # MIT
xenon>=0.8.0 # MIT xenon>=0.8.0 # MIT
prometheus_client # Apache-2.0 prometheus_client # Apache-2.0
python-logstash-async # MIT python-logstash-async # MIT
...@@ -83,6 +83,11 @@ commands = ...@@ -83,6 +83,11 @@ commands =
{envpython} -m doc8 docs/source/ --ignore D001 {envpython} -m doc8 docs/source/ --ignore D001
{envpython} -m flake8 {envpython} -m flake8
[testenv:format]
commands =
{envpython} -m autopep8 --version
{envpython} -m autopep8 -v -aa --in-place --recursive tangostationcontrol/
[testenv:bandit]; [testenv:bandit];
; B104: hardcoded_bind_all_interfaces ; B104: hardcoded_bind_all_interfaces
; - We disable this warning as Docker serves as our firewall. ; - 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