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

@@ -2,13 +2,14 @@
requires = [
"setuptools >= 80.0",
"wheel ~= 0.45",
"pyTooling ~= 8.5"
"pyTooling ~= 8.7"
]
build-backend = "setuptools.build_meta"
[tool.pylint.format]
indent-string="\t"
max-line-length = 120
ignore-long-lines = "^.{0,110}#: .*"
[tool.pylint.basic]
argument-naming-style = "camelCase"