There was an error while loading. Please reload this page.
1 parent 42d0262 commit 39fb97bCopy full SHA for 39fb97b
1 file changed
pyproject.toml
@@ -43,6 +43,7 @@ ignore = [
43
"D203", # 1 blank line required before class docstring (from pydocstyle)
44
"D417", # Missing argument descriptions (from pydocstyle)
45
"PLR0913", # Too many arguments
46
+ "PLR0917", # Too many positional arguments
47
"PLR2004", # Magic value comparison
48
"PLW2901", # Loop variable overwritten
49
]
0 commit comments