Skip to content

Commit

Permalink
Merge pull request #176 from plone/newer_flake8
Browse files Browse the repository at this point in the history
Increase flake8 minimum version
  • Loading branch information
do3cc committed Dec 16, 2015
2 parents fe52b05 + 9c90c15 commit 26ec262
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Change history
- Allow to pass a folder where to run code analysis against.
[gforcada]

- Increase minimum requirement of flake8. Older versions could make
checks with exceptions in plugins as passed.
[do3cc]

2.1 (2015-09-21)
----------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def read(*rnames):
zip_safe=False,
install_requires=[
'check-manifest',
'flake8>=2.0.0',
'flake8>=2.4.0',
'setuptools',
'zc.buildout',
'zc.recipe.egg',
Expand Down

0 comments on commit 26ec262

Please sign in to comment.