Skip to content

Commit 7c05837

Browse files
authored
Merge pull request #154 from maxmind/greg/ignore-lints
Disable existing too-many-positional-arguments
2 parents c3fa777 + 4515019 commit 7c05837

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[MESSAGES CONTROL]
2-
disable=too-few-public-methods,too-many-arguments
2+
disable=too-few-public-methods,too-many-arguments,too-many-positional-arguments
33

44
[BASIC]
55

0 commit comments

Comments
 (0)