Skip to content

Instantly share code, notes, and snippets.

@doedotdev
Created December 10, 2019 02:08
Show Gist options
  • Save doedotdev/18fdba69e940975783385f7be88e2ac5 to your computer and use it in GitHub Desktop.
Save doedotdev/18fdba69e940975783385f7be88e2ac5 to your computer and use it in GitHub Desktop.
Simple Python Script to Run Pylint Programmatically
# 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