Skip to content

Commit

Permalink
Update recommended versions of flake8 and friends
Browse files Browse the repository at this point in the history
  • Loading branch information
hvelarde committed Aug 1, 2017
1 parent 3379e7f commit 21854f3
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ parts +=
i18ndude
node
omelette
rebuild_i18n-sh
rebuild-i18n-sh
zopepy

[code-analysis]
Expand Down Expand Up @@ -43,19 +43,20 @@ eggs = ${instance:eggs}
[versions]
# use latest version of coverage
coverage =
flake8 = 2.5.0
flake8-blind-except = 0.1.0
flake8-coding = 1.1.1
flake8 = 3.3.0
flake8-blind-except = 0.1.1
flake8-coding = 1.3.0
flake8-debugger = 1.4.0
flake8-deprecated = 1.0
flake8-isort = 0.2
flake8-pep3101 = 0.3
flake8-plone-api = 1.0
flake8-plone-hasattr = 0.1
flake8-deprecated = 1.2
flake8-isort = 2.2.1
flake8-pep3101 = 1.1
flake8-plone-api = 1.4
flake8-plone-hasattr = 0.2.post0
flake8-polyfill = 1.0.1
flake8-print = 2.0.2
flake8-quotes = 0.1.1
flake8-string-format = 0.2.1
flake8-todo = 0.4
flake8-quotes = 0.11.0
flake8-string-format = 0.2.3
flake8-todo = 0.7

[zopepy]
recipe = zc.recipe.egg
Expand Down

0 comments on commit 21854f3

Please sign in to comment.