Added parameters to enable bandit and pylint checks.

This commit is contained in:
Patrick Lehmann
2025-10-05 15:14:39 +02:00
parent 953d0698c9
commit fc08112235
7 changed files with 21 additions and 8 deletions

View File

@@ -40,6 +40,7 @@ __version__ = "0.4.5"
__keywords__ = ["GitHub Actions"]
__issue_tracker__ = "https://GitHub.com/pyTooling/Actions/issues"
from pickle import dumps
from subprocess import check_call
from pyTooling.Decorators import export, readonly