← Back to team overview

cloud-init-dev team mailing list archive

Re: [Merge] ~chad.smith/cloud-init:cleanup/sync-pycodestyle into cloud-init:master

 

suggested commit message:

  pycodestyle: Fix deprecated string literals, move away from flake8.

  Fix remaining pycodesytle warnings related to invalid string
  literals introduced in more recent pycodeflakes versions
    https://bugs.python.org/issue27364 .

  Also stop using flake8 in tox as it is incompatible with newer
  versions of pyflakes.  Instead we now add tox environments
  for pycodestyle and pyflakes individually.

  Set the versions in both pycodestyle and pyflakes to the currently
  available versions.

-- 
https://code.launchpad.net/~chad.smith/cloud-init/+git/cloud-init/+merge/344976
Your team cloud-init commiters is requested to review the proposed merge of ~chad.smith/cloud-init:cleanup/sync-pycodestyle into cloud-init:master.


References