summaryrefslogtreecommitdiffstats
path: root/setup.cfg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix dev container pip init processChris Meyers2016-04-061-2/+2
|
* Update Django to 1.8 and DRF to 3.3, add new Django migrations, update ↵Chris Church2016-02-021-2/+2
| | | | serializers/pagination/metadata, update browsable API styling.
* tower api toolingChris Meyers2016-01-141-1/+1
| | | | | * flake8 ignore inventory plugins pulled from core * update Dockerfile to include redis-server
* added git pre commit hook to run flake8Chris Meyers2015-11-061-1/+1
|
* Add rax module to those not scanned by flake8Matthew Jones2015-10-121-1/+1
|
* Additional flake8 cleanupJames Laska2015-05-211-2/+2
| | | | | | | | The flake8 command was identifying several warnings and errors. This change addresses the flake8 warnings and updates the setup.cfg with additional exclusions. If accepted, jenkins will be updated to use the flake8 command, rather than using the django_jenkins plugin. This will expedite jenkins testing.
* make flake8 happyChris Meyers2015-02-181-1/+1
|
* Fixing flake8 errors, this should be almost all of them!Matthew Jones2015-02-111-1/+1
|
* Fix up flake8 runtime configuration, do a bit of flake8 work as itMatthew Jones2015-02-051-0/+4
| | | | relates to pyflakes)
* Fixing up more pep8 issuesMatthew Jones2015-02-041-1/+1
|
* More pep8 goodnessMatthew Jones2015-02-041-1/+1
|
* Ignore E265 in pep8, it's super noisyMatthew Jones2015-02-041-1/+1
|
* Enable django_jenkins flake8 reportingJames Laska2015-01-291-1/+1
| | | | Also exclude awx/ui from pep8 runs.
* Sort pep8 ignoresJames Laska2014-06-261-1/+1
|
* Restructure pep8 configuration and document it for what we excludeMatthew Jones2014-06-261-1/+15
|
* Add JENKINS_TASKS to django_jenkinsJames Laska2014-06-051-0/+3
New tasks include run_pylint, run_pep8, run_pyflakes, run_jshint and run_csslint.