Created
December 10, 2019 02:08
-
-
Save bh11111/18fdba69e940975783385f7be88e2ac5 to your computer and use it in GitHub Desktop.
Simple Python Script to Run Pylint Programmatically
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
# simple.py | |
from pylint.lint import Run | |
Run(['./src'], do_exit=False) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment