diff options
author | Yanis Guenane <yanis@guenane.org> | 2020-02-26 11:07:41 +0100 |
---|---|---|
committer | Yanis Guenane <yanis@guenane.org> | 2020-02-26 11:07:46 +0100 |
commit | 07232f36944ad748d62a97b3806c662a6c79182c (patch) | |
tree | 9ed248fee85aabce81a9704aea9f20de92befc1d /setup.cfg | |
parent | Merge pull request #6046 from rooftopcellist/update_translations_awx (diff) | |
download | awx-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-x | setup.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,5 +25,5 @@ deps = flake8 yamllint commands = - - flake8 - - yamllint -s . + flake8 + yamllint -s . |