zuul/zuul/cmd
Andreas Jaeger d9059524e0 Fix flake 3.6.0 warnings
flake 3.6.0 introduces a couple of new tests, handle them in the zuul
base:

* Disable "W504 line break after binary operator", this is a new warning
  with different coding style.
* Fix "F841 local variable 'e' is assigned to but never used"
* Fix "W605 invalid escape sequence" - use raw strings for regexes.
* Fix "F901 'raise NotImplemented' should be 'raise
  NotImplementedError'"
* Ignore "E252 missing whitespace around parameter equals" since it
  reports on parameters like:
  def makeNewJobs(self, old_job, parent: Job=None):

Change "flake8: noqa" to "noqa" since "flake8: noqa" is a file level
noqa and gets ignored with flake 3.6.0 if it's not at beginning of line
- this results in many warnings for files ./zuul/driver/bubblewrap/__init__.py and
./zuul/cmd/migrate.py. Fix any issues there.

Change-Id: Ia79bbc8ac0cd8e4819f61bda0091f4398464c5dc
2018-10-28 16:39:30 +01:00
..
__init__.py Add missing parentheses to title invocation 2018-08-23 07:09:26 +02:00
client.py Add private key storage migration 2018-09-04 15:42:38 -07:00
executor.py Delete stale jobdirs at startup 2018-07-18 13:20:44 -04:00
fingergw.py Revert "Register term_handler for all zuul apps" 2018-01-22 15:20:24 +01:00
merger.py Import Zuul modules at top of files 2018-03-05 11:23:32 +01:00
migrate.py Fix flake 3.6.0 warnings 2018-10-28 16:39:30 +01:00
scheduler.py Add command socket handler for full reconfiguration 2018-08-09 20:36:11 +00:00
web.py Fix flake 3.6.0 warnings 2018-10-28 16:39:30 +01:00