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 e3c68b1 commit d54bcf0Copy full SHA for d54bcf0
pylintrc
@@ -18,7 +18,7 @@ argument-rgx=(.*[a-z][a-z0-9_]{1,30}|[a-z_])$ # snake_case + single letters
18
disable=no-value-for-parameter, too-few-public-methods, unsubscriptable-object, no-member, too-many-lines,
19
arguments-differ, too-many-locals, import-error, cyclic-import, duplicate-code, relative-beyond-top-level,
20
unused-argument, too-many-public-methods, invalid-name, attribute-defined-outside-init, arguments-renamed,
21
- abstract-method, no-name-in-module, import-self
+ abstract-method, no-name-in-module, import-self, too-many-positional-arguments
22
23
[TYPECHECK]
24
ignored-modules=numpy, numba
0 commit comments