ci: Enable (almost) all PyLint messages
This commit is contained in:
@@ -54,6 +54,10 @@ force_sort_within_sections = true
|
|||||||
line_length = 120
|
line_length = 120
|
||||||
profile = "black"
|
profile = "black"
|
||||||
|
|
||||||
|
[tool.pylint.messages_control]
|
||||||
|
enable = ["all"]
|
||||||
|
disable = ["locally-disabled", "suppressed-message"]
|
||||||
|
|
||||||
[tool.pylint.format]
|
[tool.pylint.format]
|
||||||
max-line-length = 120
|
max-line-length = 120
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user