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 8972467 commit e87919bCopy full SHA for e87919b
.pylintrc
@@ -218,12 +218,13 @@ attr-naming-style=snake_case
218
#attr-rgx=
219
220
# Bad variable names which should always be refused, separated by a comma.
221
-bad-names=foo,
222
- bar,
223
- baz,
224
- toto,
225
- tutu,
226
- tata
+bad-names=
+ foo,
+ bar,
+ baz,
+ toto,
+ tutu,
227
+ tata,
228
229
# Bad variable names regexes, separated by a comma. If names match any regex,
230
# they will always be refused
0 commit comments