add lint_pylint.sh

Change-Id: I0aeb38604909bbc7d3daaa83cf2088e9e62a23f9
This commit is contained in:
Neels Hofmeyr
2025-03-07 20:31:12 +01:00
parent 1ec0263ffc
commit 8785747d24

2
lint_pylint.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
python3 -m pylint -j0 --errors-only --disable E1102 --disable E0401 --enable W0301 pySim