Skip to content

Commit f3a7d29

Browse files
committed
custmore more of the rc params
1 parent 7c64a51 commit f3a7d29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/.pylintrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ disable=print-statement,
139139
deprecated-sys-function,
140140
exception-escape,
141141
comprehension-escape,
142-
import-error
142+
import-error,
143143

144144
# Enable the message, report, category or checker with the given id(s). You can
145145
# either give multiple identifier separated by comma (,) or put this option
@@ -426,7 +426,7 @@ good-names=i,
426426
T,
427427
dE_max,
428428
dE_dt,
429-
dE
429+
dE,
430430
_
431431

432432
# Good variable names regexes, separated by a comma. If names match any regex,

0 commit comments

Comments
 (0)