Added Bandir, Radon metrics and PyLint checking.

This commit is contained in:
Patrick Lehmann
2025-09-17 07:46:08 +02:00
parent 1041e7b5c7
commit bfe857a4af
9 changed files with 276 additions and 3 deletions

3
.gitignore vendored
View File

@@ -15,6 +15,9 @@ coverage.xml
/report/unit
/tests/*.github
# bandit
/report/bandit
# setuptools
/build/**/*.*
/dist/**/*.*