Skip to content

Commit 117ce0b

Browse files
updates pylint ignore rules
1 parent bef5c9a commit 117ce0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ flake8:
1010

1111
pylint:
1212
pylint ./lib || true
13-
pylint --disable=E0401,W0621 ./tests || true
13+
pylint --disable=E0401,W0621,R0913,R0917 ./tests || true
1414

1515
ruff:
1616
ruff check --fix ./lib || true

0 commit comments

Comments
 (0)