Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit28d6db2

Browse files
committed
Fix pylint dynamic usage
1 parent3da8cdc commit28d6db2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎pylibs/pylama/utils.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,11 @@ def pyflakes(path, code=None, **meta):
6767

6868
defpylint(path,**meta):
6969
from .pylint.lintimportRun
70+
from .pylint.logilab.astng.builderimportMANAGER
7071
from .pylint.reportersimportBaseReporter
7172

73+
MANAGER.astng_cache.clear()
74+
7275
classReporter(BaseReporter):
7376

7477
def__init__(self):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp