Skip to content

Commit

Permalink
Ignore distutils module when running pylint
Browse files Browse the repository at this point in the history
This module is causing some problems in virtualenvs.
  • Loading branch information
Kupoman committed Aug 28, 2017
1 parent 3e7440e commit 380ba57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ ignore-mixin-members=yes
# (useful for modules/projects where namespaces are manipulated during runtime
# and thus existing member attributes cannot be deduced by static analysis. It
# supports qualified module names, as well as Unix pattern matching.
ignored-modules=
ignored-modules=distutils

# List of class names for which member attributes should not be checked (useful
# for classes with dynamically set attributes). This supports the use of
Expand Down

0 comments on commit 380ba57

Please sign in to comment.