Skip to content

Commit 2b950cc

Browse files
Dont allow unsued globals and allow fp (#12190)
1 parent 9df12da commit 2b950cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pylintrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ function-naming-style=snake_case
247247
good-names=i,
248248
j,
249249
k,
250+
fp,
250251
ex,
251252
Run,
252253
_
@@ -438,7 +439,7 @@ spelling-store-unknown-words=no
438439
additional-builtins=
439440

440441
# Tells whether unused global variables should be treated as a violation.
441-
allow-global-unused-variables=yes
442+
allow-global-unused-variables=no
442443

443444
# List of strings which can identify a callback function by name. A callback
444445
# name must start or end with one of those strings.

0 commit comments

Comments
 (0)