We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d878618 commit 8a14222Copy full SHA for 8a14222
.pre-commit-config.yaml
@@ -99,7 +99,6 @@ repos:
99
"--disable=c-extension-no-member",
100
"--disable=import-error",
101
"--disable=redefined-builtin",
102
- "--disable=unused-wildcard-import",
103
- "--disable=too-many-positional-arguments"
+ "--disable=unused-wildcard-import"
104
]
105
files: '^dpnp/(dpnp_iface.*|fft|linalg)'
pyproject.toml
@@ -16,6 +16,7 @@ exclude-protected = ["_create_from_usm_ndarray"]
16
17
[tool.pylint.design]
18
max-args = 11
19
+max-positional-arguments = 9
20
max-locals = 30
21
max-branches = 15
22
max-returns = 8
0 commit comments