ci: Enable (almost) all PyLint messages
This commit is contained in:
parent
526117ae18
commit
55abb6e341
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user