[lint] Add tool to run pylint on all files
pylint all *.py files and fix the errors reported so far.
This commit is contained in:
parent
9a5a6d354a
commit
a7eff64294
3 changed files with 38 additions and 21 deletions
3
runlint.sh
Executable file
3
runlint.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
find . -name "*.py"|xargs pylint
|
Loading…
Add table
Add a link
Reference in a new issue