ci: Enable (almost) all PyLint messages

This commit is contained in:
Gergely Polonkai 2023-11-18 07:14:19 +01:00
parent 526117ae18
commit 55abb6e341
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4

View File

@ -54,6 +54,10 @@ force_sort_within_sections = true
line_length = 120
profile = "black"
[tool.pylint.messages_control]
enable = ["all"]
disable = ["locally-disabled", "suppressed-message"]
[tool.pylint.format]
max-line-length = 120