Skip to content

Commit c5bcfb3

Browse files
authored
Merge pull request #769 from stan-dev/Pylint-fix
Update .pylintrc
2 parents aa7555b + cef008d commit c5bcfb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pylintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ disable=consider-using-in,
7676
consider-using-dict-items,
7777
unspecified-encoding,
7878
consider-using-f-string,
79+
too-many-positional-arguments,
7980
duplicate-code,
8081

8182
# Enable the message, report, category or checker with the given id(s). You can

0 commit comments

Comments
 (0)