summaryrefslogtreecommitdiffstats
path: root/setup.cfg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove usage of import * and enforce F405 in our linterRyan Petrello2019-02-131-1/+1
| | | | import * is a scourge upon the earth
* fix flake8Ryan Petrello2018-10-241-1/+1
|
* Remove old south migrations from before a previous django upgradeMatthew Jones2018-03-061-2/+2
|
* enforce max line length of 160 charactersAlanCoding2017-10-111-3/+3
|
* Merge branch 'release_3.2.0' into devel1.0.1Matthew Jones2017-10-101-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release_3.2.0: (66 commits) fix workflow maker lookup issues adding extra logic check for ansible_facts in smart search adding "admin_role" as a default query param for insights cred lookup changing insights cred lookup to not use hard coded cred type fix rounding of capacity percentage Catch potential unicode errors when looking up addrinfo fixing typo with adding query params for instance groups modal move percentage capacitty to variable Add unit test for inventory_sources_already_updated Check for inventory sources already updated from start args Fixed inventory completed jobs pagination bug by setting default page size Remove the logic blocking dependent inventory updates on callbacks fix instance group percentage Remove host-filter-modal import Fix partial hover highlight of host filter modal row Removed leading slash on basePath Fixed host nested groups pagination Added trailing slash to basePath Fixed nested groups pagination Fixed host_filter searching related fields ...
| * more legacy azure deprecation cleanupRyan Petrello2017-09-181-1/+1
| |
* | fix broken shippable test suiteRyan Petrello2017-09-071-1/+1
|/
* Development documentation updatesMatthew Jones2017-08-091-1/+1
| | | | | | | | * Brand new CONTRIBUTING doc * Initial INSTALL doc * Update README with accurate details * Update UI README to purge Tower mentions * Updating setup.cfg to omit some directories that cause noise
* Adding installer files to flake8 ignoreMatthew Jones2017-06-301-2/+2
|
* Resume flake8 E302.Aaron Tan2016-11-151-2/+2
|
* Fixes to get flake8 and unit/functional tests passing.Chris Church2016-09-191-1/+1
|
* ignore import splatChris Meyers2016-09-151-1/+1
|
* 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.