We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c64a51 commit f3a7d29Copy full SHA for f3a7d29
.github/workflows/.pylintrc
@@ -139,7 +139,7 @@ disable=print-statement,
139
deprecated-sys-function,
140
exception-escape,
141
comprehension-escape,
142
- import-error
+ import-error,
143
144
# Enable the message, report, category or checker with the given id(s). You can
145
# either give multiple identifier separated by comma (,) or put this option
@@ -426,7 +426,7 @@ good-names=i,
426
T,
427
dE_max,
428
dE_dt,
429
- dE
+ dE,
430
_
431
432
# Good variable names regexes, separated by a comma. If names match any regex,
0 commit comments