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 58e463d commit 7381983Copy full SHA for 7381983
.pylintrc
@@ -9,6 +9,7 @@ disable=
9
W0718, # broad-exception-caught (intentional for IDNA encoding fallback)
10
C0302, # too-many-lines (single-module design is intentional for this tool)
11
C0301, # line-too-long (regex patterns and help text are hard to break meaningfully)
12
+ R0201, # no-self-use (helper methods are part of class API, may need self in future)
13
14
[BASIC]
15
# Allow common short variable names
0 commit comments