|
|
|
|
|
by theamk
2246 days ago
|
|
If this is a problem for you, I recommend pylint. No need to rely on code reviews, and catches majority of cases like this. (You’ll likely want to disable some of the more opinionated checks, but this is well documented and supported) |
|