-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not add the current directory to
sys.path
any longer
Adding the current directory to `sys.path` can also mean that we're going to load modules having the same name as stdlib modules or astroid modules, which can break pylint. We were doing this since 4becf6f, but there was indication on why we were doing that.
- Loading branch information
1 parent
47ec7e7
commit a6d7ffc
Showing
2 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters