mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Added Bandir, Radon metrics and PyLint checking.
This commit is contained in:
@@ -6,8 +6,22 @@ requires = [
|
||||
]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.black]
|
||||
line-length = 120
|
||||
[tool.pylint.format]
|
||||
indent-string="\t"
|
||||
max-line-length = 120
|
||||
|
||||
[tool.pylint.basic]
|
||||
argument-naming-style = "camelCase"
|
||||
attr-naming-style = "camelCase"
|
||||
class-attribute-naming-style = "camelCase"
|
||||
class-const-naming-style = "UPPER_CASE"
|
||||
class-naming-style = "PascalCase"
|
||||
const-naming-style = "UPPER_CASE"
|
||||
function-naming-style = "camelCase"
|
||||
inlinevar-naming-style = "camelCase"
|
||||
method-naming-style = "PascalCase"
|
||||
module-naming-style = "any"
|
||||
variable-naming-style = "camelCase"
|
||||
|
||||
[tool.mypy]
|
||||
packages = ["myPackage", "myFramework.Extension"]
|
||||
|
||||
Reference in New Issue
Block a user