mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-16 18:38:32 +03:00
3 lines
99 B
Bash
Executable File
3 lines
99 B
Bash
Executable File
#!/bin/sh
|
|
python3 -m pylint -j0 --errors-only --disable E1102 --disable E0401 --enable W0301 pySim
|