summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorYanis Guenane <yanis@guenane.org>2020-02-26 11:07:41 +0100
committerYanis Guenane <yanis@guenane.org>2020-02-26 11:07:46 +0100
commit07232f36944ad748d62a97b3806c662a6c79182c (patch)
tree9ed248fee85aabce81a9704aea9f20de92befc1d /setup.cfg
parentMerge pull request #6046 from rooftopcellist/update_translations_awx (diff)
downloadawx-07232f36944ad748d62a97b3806c662a6c79182c.tar.xz
awx-07232f36944ad748d62a97b3806c662a6c79182c.zip
awx-api-lint: Fix setup.cfg syntax for linter test
Signed-off-by: Yanis Guenane <yguenane@redhat.com>
Diffstat (limited to 'setup.cfg')
-rwxr-xr-xsetup.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 3ab411f7ae..9dc6f6636d 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -25,5 +25,5 @@ deps =
flake8
yamllint
commands =
- - flake8
- - yamllint -s .
+ flake8
+ yamllint -s .