Skip to content

Commit 0c8d5a2

Browse files
authored
Update .pylintrc
1 parent ba2ded0 commit 0c8d5a2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.pylintrc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ disable=print-statement,
142142
missing-module-docstring,
143143
wrong-import-order,
144144
logging-fstring-interpolation,
145-
no-member
145+
no-member,
146+
fixme
146147

147148
# Enable the message, report, category or checker with the given id(s). You can
148149
# either give multiple identifier separated by comma (,) or put this option
@@ -429,7 +430,8 @@ good-names=i,
429430
_,
430431
f,
431432
x,
432-
y
433+
y,
434+
id
433435

434436
# Good variable names regexes, separated by a comma. If names match any regex,
435437
# they will always be accepted

0 commit comments

Comments
 (0)