We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 659a32f commit eef4794Copy full SHA for eef4794
pylint/checkers/dunder_methods.py
@@ -34,7 +34,6 @@ class DunderCallChecker(BaseChecker):
34
"""
35
36
name = "unnecessary-dunder-call"
37
- priority = -1
38
msgs = {
39
"C2801": (
40
"Unnecessarily calls dunder method %s. %s.",
pylint/extensions/dunder.py
@@ -20,7 +20,6 @@ class DunderChecker(BaseChecker):
20
"""Checks related to dunder methods."""
21
22
name = "dunder"
23
24
25
"W3201": (
26
"Bad or misspelled dunder method name %s.",
0 commit comments