ruff: attempt to enable ARG checks, suppress in some places
This commit is contained in:
parent
72cc8ff3ac
commit
985c0f94e6
4 changed files with 7 additions and 7 deletions
|
@ -15,7 +15,7 @@ if typing.TYPE_CHECKING or under_pytest:
|
|||
parametrize = pytest.mark.parametrize
|
||||
else:
|
||||
|
||||
def parametrize(*args, **kwargs):
|
||||
def parametrize(*_args, **_kwargs):
|
||||
def wrapper(f):
|
||||
return f
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue