Skip to content

Commit

Permalink
tests/test_pylint.py: disable R0917 too-many-positional-arguments che…
Browse files Browse the repository at this point in the history
…cks.
  • Loading branch information
julian-smith-artifex-com committed Sep 22, 2024
1 parent c562dd0 commit 1f23eb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_pylint.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def test_pylint():
W0719: Raising too general exception: Exception (broad-exception-raised)
C3001: Lambda expression assigned to a variable. Define a function using the "def" keyword instead. (unnecessary-lambda-assignment)
R0801: Similar lines in 2 files
R0917: Too many positional arguments (7/5) (too-many-positional-arguments)
'''
)
ignores_list = list()
Expand Down

0 comments on commit 1f23eb4

Please sign in to comment.