mirror of
https://github.com/yweber/lodel2.git
synced 2025-11-25 23:06:55 +01:00
3 lines
73 B
Bash
Executable file
3 lines
73 B
Bash
Executable file
#!/bin/bash
|
|
pep8 --ignore=E501,E265,E266 $@
|
|
pylint -rn -d C0301,C0111 $@
|