Skip to content

Commit

Permalink
ignoring imports on 'wrong' place.
Browse files Browse the repository at this point in the history
Now you are alowed to do imports in try/except-blocks.
  • Loading branch information
Neppord committed Apr 26, 2011
1 parent 9860732 commit 220976d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pylint.conf
Expand Up @@ -33,7 +33,7 @@ load-plugins=
# can either give multiple identifier separated by comma (,) or put this option
# multiple time (only on the command line, not in the configuration file where
# it should appear only once).
#disable=
disable=E0202, W0404


[REPORTS]
Expand All @@ -43,7 +43,7 @@ load-plugins=
output-format=text

# Include message's id in output
include-ids=no
include-ids=yes

# Put messages in a separate file for each module / package specified on the
# command line instead of printing them on stdout. Reports (if any) will be
Expand Down

0 comments on commit 220976d

Please sign in to comment.