Skip to content

Commit a6b95b5

Browse files
committed
Run pylint in script/lint
Signed-off-by: Mattt Zmuda <[email protected]>
1 parent cce5b17 commit a6b95b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

script/lint

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ echo "Running mypy"
88
python -m mypy replicate || STATUS=$?
99
echo ""
1010

11+
echo "Running pylint"
12+
python -m pylint --exit-zero replicate || STATUS=$?
13+
echo ""
14+
1115
echo "Running ruff check"
1216
python -m ruff . || STATUS=$?
1317
echo ""

0 commit comments

Comments
 (0)