Skip to content
Snippets Groups Projects
Commit 3389e8d7 authored by Moul's avatar Moul
Browse files

[lint] Remove R0401 and R0904 disables

R0401: cyclic-import
R0904: max-public-methods to 20
https://pylint.readthedocs.io/en/latest/technical_reference/features.html
parent 9e0c19cf
No related branches found
No related tags found
1 merge request!163pylint: Remove R0401 and R0904 disables
Pipeline #13732 waiting for manual action
...@@ -50,7 +50,7 @@ profile = "black" ...@@ -50,7 +50,7 @@ profile = "black"
src_paths = ["duniterpy", "tests", "examples"] src_paths = ["duniterpy", "tests", "examples"]
[tool.pylint.messages_control] [tool.pylint.messages_control]
disable = "C,E0401,R0401,R0801,R0902,R0903,R0904,R0912,R0913,R0914,R0915,W0613" disable = "C,E0401,R0801,R0902,R0903,R0912,R0913,R0914,R0915,W0613"
enable = "C0121,C0202,C0321" enable = "C0121,C0202,C0321"
jobs = 0 jobs = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment