Skip to content

Commit

Permalink
Check for unused imports in __init__ files
Browse files Browse the repository at this point in the history
  • Loading branch information
dashea committed Feb 20, 2015
1 parent be5cbad commit c0f987a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/pylint/pylint-one.sh
Expand Up @@ -19,6 +19,7 @@ pylint_output="$(pylint \
--ignored-classes=DefaultInstall,Popen,QueueFactory,TransactionSet \
--defining-attr-methods=__init__,_grabObjects,initialize,reset,start,setUp \
--load-plugins=intl,preconf,markup,eintr,pointless-override,environ \
--init-import=y \
--init-hook=\
'import gi.overrides, os;
gi.overrides.__path__[0:0] = (os.environ["ANACONDA_WIDGETS_OVERRIDES"].split(":") if "ANACONDA_WIDGETS_OVERRIDES" in os.environ else [])' \
Expand Down

0 comments on commit c0f987a

Please sign in to comment.