3 lines
72 B
Batchfile
3 lines
72 B
Batchfile
@echo off
|
|
set PYTHONPATH=%~dp0
|
|
pylint --rcfile=linter/pylintrc_recipe %* |