Skip to content

Commit 40fb8f0

Browse files
committed
disable another annoying linter warning
1 parent 1190933 commit 40fb8f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pylintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ disable=unexpected-special-method-signature,
3737
duplicate-code,
3838
too-few-public-methods,
3939
too-many-positional-arguments,
40-
invalid-name
40+
invalid-name,
41+
too-many-locals
4142

4243
# From https://stackoverflow.com/questions/53465607/pylint-reports-error-for-pycurl-curl-which-is-not-correct
4344
extension-pkg-allow-list=pycurl

0 commit comments

Comments
 (0)