buildout.coredev/5.1: Merge pull request #356 from plone/gforcada-patch-1
GitHub <jenkins-z4DKO/[email protected]>
| Newsgroups | gmane.comp.web.zope.plone.cvs |
|---|---|
| Message-ID | <[email protected]> |
Repository: buildout.coredev Branch: refs/heads/5.1 Date: 2017-07-22T17:22:39+02:00 Author: Gil Forcada Codinachs (gforcada) <[email protected]> Commit: https://github.com/plone/buildout.coredev/commit/a7b062a142ecc5003ff08169ce2bbcc42940a663 Merge pull request #356 from plone/gforcada-patch-1 Add more flake8 plugins Files changed: M experimental/qa.cfg diff --git a/experimental/qa.cfg b/experimental/qa.cfg index ba14bd664..14ea73a9d 100644 --- a/experimental/qa.cfg +++ b/experimental/qa.cfg @@ -17,9 +17,13 @@ pre-commit-hook = False jenkins = True check-manifest = True clean-lines = True +# keep this list in sync with what plone.recipe.codeanalysis defines +# on its [recommended] extra, see: +# https://github.com/plone/plone.recipe.codeanalysis/blob/master/setup.py flake8-extensions = flake8-blind-except flake8-coding + flake8-commas flake8-debugger flake8-deprecated flake8-isort @@ -28,23 +32,28 @@ flake8-extensions = flake8-print flake8-quotes flake8-string-format + flake8-todo + flake8_strict [versions] -flake8 = 3.2.1 +flake8 = 3.3.0 flake8-blind-except = 0.1.1 flake8-coding = 1.3.0 +flake8-commas = 0.4.3 flake8-debugger = 1.4.0 -flake8-deprecated = 1.1 -flake8-isort = 2.1.3 -flake8-pep3101 = 1.0 -flake8-plone-hasattr = 0.1 +flake8-deprecated = 1.2 +flake8-isort = 2.2.1 +flake8-pep3101 = 1.1 +flake8-plone-hasattr = 0.2.post0 flake8-print = 2.0.2 -flake8-quotes = 0.8.1 +flake8-quotes = 0.11.0 flake8-string-format = 0.2.3 -mccabe = 0.5.2 +flake8-todo = 0.7 +flake8_strict = 0.1.4 +mccabe = 0.6.1 plone.recipe.codeanalysis = 2.2 -pycodestyle = 2.2.0 -pyflakes = 1.3.0 +pycodestyle = 2.3.1 +pyflakes = 1.5.0 zc.recipe.egg = 2.0.3 # Required by: ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot