Skip to content

Commit 28d6db2

Browse files
committed
Fix pylint dynamic usage
1 parent 3da8cdc commit 28d6db2

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
def pylint(path, **meta):
6969
from .pylint.lint import Run
70+
from .pylint.logilab.astng.builder import MANAGER
7071
from .pylint.reporters import BaseReporter
7172

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

7477
def __init__(self):

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy