Skip to content

Commit

Permalink
Merge pull request #65 from FoamyGuy/pylintrc
Browse files Browse the repository at this point in the history
ignore imports in pylintrc
  • Loading branch information
evaherrada committed Mar 3, 2021
2 parents 092d9c8 + 17f84b1 commit 5b74431
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 @@ -250,7 +250,7 @@ ignore-comments=yes
ignore-docstrings=yes

# Ignore imports when computing similarities.
ignore-imports=no
ignore-imports=yes

# Minimum lines number of a similarity.
min-similarity-lines=4
Expand Down

0 comments on commit 5b74431

Please sign in to comment.