Skip to content

Commit 1452621

Browse files
committed
chore: Quiet pylint a bit
1 parent 67153bb commit 1452621

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ disable=
2828
missing-module-docstring,
2929
missing-class-docstring,
3030
missing-function-docstring,
31-
not-callable # with pytest 6 `pytest.mark`s are not seen as callable
31+
not-callable, # with pytest 6 `pytest.mark`s are not seen as callable
32+
too-many-positional-arguments
3233

3334
[tool.black]
3435
skip-string-normalization = true

0 commit comments

Comments
 (0)