plone.api/read_only_second_approach: changed flake8 plugins to be confirm with Plone coding conve
Alexander Loechel <jenkins-z4DKO/[email protected]>
| Newsgroups | gmane.comp.web.zope.plone.cvs |
|---|---|
| Message-ID | <[email protected]> |
Repository: plone.api Branch: refs/heads/read_only_second_approach Date: 2017-07-24T10:51:35+02:00 Author: Alexander Loechel (loechel) <[email protected]> Commit: https://github.com/plone/plone.api/commit/50d2a449401d95bec1e927a0fd4931020286fb30 changed flake8 plugins to be confirm with Plone coding conventions. Files changed: M setup.cfg M tox.ini diff --git a/setup.cfg b/setup.cfg index 19837e9..cb8c9d4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,14 +8,7 @@ exclude = bootstrap-buildout.py, ignore = - N801, - N802, - N803, - N805, - N806, - N812, - T000, - + [isort] force_alphabetical_sort=True force_single_line=True @@ -25,10 +18,10 @@ not_skip=__init__.py [coverage:run] branch = True -source = +source = src -omit = +omit = *.rst [coverage:report] diff --git a/tox.ini b/tox.ini index edb6952..ee8a2f9 100644 --- a/tox.ini +++ b/tox.ini @@ -61,18 +61,20 @@ skip_install = true deps = flake8 - flake8-html + flake8-blind-except flake8-coding + flake8-commas flake8-debugger flake8-deprecated flake8-isort flake8-pep3101 + flake8-plone-api flake8-plone-hasattr - flake8-polyfill flake8-print flake8-quotes flake8-string-format flake8-todo + flake8_strict commands = mkdir -p {toxinidir}/reports/flake8 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot