------------------
- Replace manual comparisons of buildout options to ``False`` with a
``bool_option`` method.
[saily]
- Removed some plugins and replaced them with ``flake8`` plugins. Please
not the API change in buildout. Following options have been removed:
- **utf8-headers** has been removed, replace it with ``flake8-coding`` if
needed.
- **utf8-headers-exclude**
- **prefer-single-quotes** has been removed, replace it with
``flake8-quotes``.
- **prefer-single-quotes-exclude**
- **debug-statements** has some reduced functionality, because python
debugger checks should be included using ``flake8-debugger`` extension which
also checks for ``ipdb``.
Fixes https://github.com/plone/plone.recipe.codeanalysis/issues/112
[saily]
- Add missing tests for deprecated_aliases parser.
[saily]
- Add new double quotes parser and add test for it. It now also supports
noqa statments and nested quotes.
[saily]