Skip to content

Commit 7381983

Browse files
committed
fix: lint config
1 parent 58e463d commit 7381983

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pylintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ disable=
99
W0718, # broad-exception-caught (intentional for IDNA encoding fallback)
1010
C0302, # too-many-lines (single-module design is intentional for this tool)
1111
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)
1213

1314
[BASIC]
1415
# Allow common short variable names

0 commit comments

Comments
 (0)