Skip to content

Commit e87919b

Browse files
committed
sync .gitignore
1 parent 8972467 commit e87919b

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.pylintrc

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -218,12 +218,13 @@ attr-naming-style=snake_case
218218
#attr-rgx=
219219

220220
# 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
221+
bad-names=
222+
foo,
223+
bar,
224+
baz,
225+
toto,
226+
tutu,
227+
tata,
227228

228229
# Bad variable names regexes, separated by a comma. If names match any regex,
229230
# they will always be refused

0 commit comments

Comments
 (0)