diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2022-01-04 14:31:23 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2022-01-04 14:31:23 +0100 |
| commit | 241d93478dd99a35e89815a8304d97b1bb94cc52 (patch) | |
| tree | 30342bd2619bc02cbd95d436cf3f477f4802e00a /scripts | |
| parent | 6d4e86e04f95b0a34d51b07c0e8c0d55d0df88fb (diff) | |
| download | muhqs-game-241d93478dd99a35e89815a8304d97b1bb94cc52.tar.gz muhqs-game-241d93478dd99a35e89815a8304d97b1bb94cc52.zip | |
fix pylint not handling local imports correctly
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/.pylint.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/.pylint.rc b/scripts/.pylint.rc index 1da0d771..400d257e 100644 --- a/scripts/.pylint.rc +++ b/scripts/.pylint.rc @@ -15,7 +15,7 @@ ignore-patterns= # Python code to execute, usually for sys.path manipulation such as # pygtk.require(). -#init-hook= +init-hook='import sys; sys.path.append(".")' # Use multiple processes to speed up Pylint. Specifying 0 will auto-detect the # number of processors available to use. |
