Skip to content

Commit

Permalink
Merge 06fa452 into 4d133d9
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Dec 7, 2016
2 parents 4d133d9 + 06fa452 commit 06f068c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ Change history
`flake8_strict <https://pypi.python.org/pypi/flake8_strict>`_.
[gforcada]

- Split the plone specific flake8 pluings out of the ``recommended`` extra.
Move them into a new ``plone`` specific extra.
[gforcada]

2.2 (2016-02-20)
----------------
Expand Down
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,16 @@ def read(*rnames):
'flake8-deprecated',
'flake8-isort',
'flake8-pep3101',
'flake8-plone-api',
'flake8-plone-hasattr',
'flake8-print',
'flake8-quotes',
'flake8-string-format',
'flake8-todo',
'flake8_strict',
],
'plone': [
'flake8-plone-api',
'flake8-plone-hasattr',
],
},
test_suite='plone.recipe.codeanalysis.tests.test_docs.test_suite',
entry_points=entry_points,
Expand Down

0 comments on commit 06f068c

Please sign in to comment.