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 a56d14d commit 0c46c7cCopy full SHA for 0c46c7c
scripts/ci/pylintrc
@@ -74,7 +74,6 @@ enable=
74
single-string-used-for-slots,
75
trailing-newlines,
76
trailing-whitespace,
77
- missing-final-newline,
78
superfluous-parens,
79
mixed-line-endings,
80
unexpected-line-ending-format,
@@ -211,7 +210,6 @@ enable=
211
210
import-self,
212
misplaced-future,
213
global-variable-not-assigned,
214
- unused-import,
215
unused-variable,
216
undefined-loop-variable,
217
unbalanced-tuple-unpacking,
0 commit comments