Skip to content

Commit

Permalink
fix busted flake8 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpetrello committed Aug 10, 2020
1 parent 52bb71b commit ad5a626
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
9 changes: 0 additions & 9 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,3 @@ exclude=.tox,venv,awx/lib/site-packages,awx/plugins/inventory/ec2.py,awx/plugins
max-line-length=160
ignore=E201,E203,E221,E225,E231,E241,E251,E261,E265,E303,W291,W391,W293,E731,W504
exclude=.tox,venv,awx/lib/site-packages,awx/plugins/inventory,awx/ui,awx/api/urls.py,awx/main/migrations,awx/main/tests/data,node_modules/,awx/projects/,tools/docker,awx/settings/local_*.py,installer/openshift/settings.py,build/,installer/,awxkit/test,awx_collection/

[testenv:linters]
deps =
make
flake8
yamllint
commands =
make flake8
yamllint -s .
11 changes: 11 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[tox]

[testenv:linters]
deps =
make
flake8
yamllint
allowlist_externals = make
commands =
make flake8
yamllint -s .

0 comments on commit ad5a626

Please sign in to comment.