mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 22:48:02 -03:30
Pyflakes and pep8 are replaced by flake8
This commit is contained in:
parent
3c61006455
commit
40fdbc01e3
@ -37,9 +37,10 @@ except ImportError:
|
||||
if 'django_jenkins' in INSTALLED_APPS:
|
||||
JENKINS_TASKS = (
|
||||
'django_jenkins.tasks.run_pylint',
|
||||
'django_jenkins.tasks.run_pep8',
|
||||
'django_jenkins.tasks.run_pyflakes',
|
||||
'django_jenkins.tasks.run_flake8',
|
||||
# The following are not needed when including run_flake8
|
||||
# 'django_jenkins.tasks.run_pep8',
|
||||
# 'django_jenkins.tasks.run_pyflakes',
|
||||
'django_jenkins.tasks.run_jshint',
|
||||
'django_jenkins.tasks.run_csslint',
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user