-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Enhancement ✨Improvement to a componentImprovement to a componentpyreverseRelated to pyreverse componentRelated to pyreverse component
Milestone
Description
Current problem
Currently, I have to do:
import pylint
# Set name.
# Collect filenames in files...
sys.argv = 'pyreverse -o png -p'.split() + [name] + files
try:
pylint.run_pyreverse()
except SystemExit:
pass # pylint always does this.Desired solution
I would like to do something like:
import pylint
pylint.pyreverse(output=pylint.PNG, project=name, files=files)Metadata
Metadata
Assignees
Labels
Enhancement ✨Improvement to a componentImprovement to a componentpyreverseRelated to pyreverse componentRelated to pyreverse component