fix linting issues

This commit is contained in:
2024-04-27 19:06:32 +01:00
parent 527947767e
commit 213315cf93
2 changed files with 46 additions and 15 deletions

3
tools/lint.sh Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
pylint --recursive=yes --output-format=parseable --output=lintreport.txt . || pylint-exit $?