Skip to content

Commit

Permalink
flake-8 should pass now
Browse files Browse the repository at this point in the history
  • Loading branch information
rnixx committed Nov 21, 2015
1 parent 6975591 commit 8d34f21
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@
/.mr.developer.cfg
/.coverage
/htmlcov/
/.settings/
/pip-selfcheck.json
2 changes: 1 addition & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ recipe = plone.recipe.codeanalysis
directory = src
pre-commit-hook = True
flake8 = True
flake8-ignore = C901
flake8-ignore = C901,E262
return-status-codes = True

[createcoverage]
Expand Down
2 changes: 1 addition & 1 deletion src/yafowil/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
def register():
import yafowil.common
import yafowil.compound
import yafowil.table
import yafowil.table # noqa


# execute all register entry points. supposed to be used for widget and theme
Expand Down
1 change: 0 additions & 1 deletion src/yafowil/utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-
from node.utils import UNSET
from pkg_resources import iter_entry_points
from yafowil.tsf import _
import inspect
import json
import logging
Expand Down

0 comments on commit 8d34f21

Please sign in to comment.