bumblebee-status/runlint.sh
Tobi-wan Kenobi a7eff64294 [lint] Add tool to run pylint on all files
pylint all *.py files and fix the errors reported so far.
2016-12-04 08:02:40 +01:00

3 lines
44 B
Bash
Executable file

#!/bin/sh
find . -name "*.py"|xargs pylint