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 ba2ded0 commit 0c8d5a2Copy full SHA for 0c8d5a2
.pylintrc
@@ -142,7 +142,8 @@ disable=print-statement,
142
missing-module-docstring,
143
wrong-import-order,
144
logging-fstring-interpolation,
145
- no-member
+ no-member,
146
+ fixme
147
148
# Enable the message, report, category or checker with the given id(s). You can
149
# either give multiple identifier separated by comma (,) or put this option
@@ -429,7 +430,8 @@ good-names=i,
429
430
_,
431
f,
432
x,
- y
433
+ y,
434
+ id
435
436
# Good variable names regexes, separated by a comma. If names match any regex,
437
# they will always be accepted
0 commit comments