Skip to content

Commit

Permalink
fix pylint in vim
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrine committed Feb 27, 2021
1 parent 89d5a0f commit e9215f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[MASTER]
init-hook="from pylint.config import find_pylintrc;
import os, sys; sys.path.append(os.path.dirname(find_pylintrc()))"
# Use multiple processes to speed up Pylint.
jobs=1

Expand Down

0 comments on commit e9215f1

Please sign in to comment.