summaryrefslogtreecommitdiff
path: root/bin/pylint
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pylint')
-rwxr-xr-xbin/pylint4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/pylint b/bin/pylint
new file mode 100755
index 0000000..e20e031
--- /dev/null
+++ b/bin/pylint
@@ -0,0 +1,4 @@
+#!/usr/bin/env python
+import sys
+from pylint import lint
+lint.Run(sys.argv[1:])