Skip to content

Commit 0da9286

Browse files
committed
disable too-many-arguments error for pylint
1 parent 1ef1820 commit 0da9286

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ repos:
9999
"--disable=c-extension-no-member",
100100
"--disable=import-error",
101101
"--disable=redefined-builtin",
102-
"--disable=unused-wildcard-import"
102+
"--disable=unused-wildcard-import",
103+
"--disable=too-many-arguments"
103104
]
104105
files: '^dpnp/(dpnp_iface.*|fft|linalg)'

0 commit comments

Comments
 (0)