Check for globals too
This commit is contained in:
parent
6cbe5256e9
commit
931c362543
@ -3,10 +3,9 @@
|
|||||||
# Errors that we may fix in the future
|
# Errors that we may fix in the future
|
||||||
#
|
#
|
||||||
# C0301 Line length
|
# C0301 Line length
|
||||||
# W0603 Using the global statement
|
|
||||||
# W0201 Attribute defined outside __init__
|
# W0201 Attribute defined outside __init__
|
||||||
# R0201 Method could be a function
|
# R0201 Method could be a function
|
||||||
TODO="C0301,W0603,W0201,R0201"
|
TODO="C0301,W0201,R0201"
|
||||||
|
|
||||||
# Errors we don't like
|
# Errors we don't like
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user