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

pylint: try without E0401

parent b6e5d2f5
No related branches found
No related tags found
No related merge requests found
Pipeline #12331 failed
......@@ -48,6 +48,6 @@ profile = "black"
src_paths = ["duniterpy", "tests", "examples"]
[tool.pylint.messages_control]
disable = "C,E0401,R0401,R0801,R0902,R0903,R0904,R0912,R0913,R0914,R0915,W0613"
disable = "C,R0401,R0801,R0902,R0903,R0904,R0912,R0913,R0914,R0915,W0613"
enable = "C0121,C0202,C0321"
jobs = 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment