mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Added parameters to enable bandit and pylint checks.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user