ruff: attempt to enable ARG checks, suppress in some places
This commit is contained in:
parent
8b1ec35286
commit
a751f2b69f
4 changed files with 7 additions and 7 deletions
|
@ -25,7 +25,7 @@ class config(Protocol):
|
|||
def paths(self) -> Paths:
|
||||
return () # allowed to be empty for 'filelist' logic
|
||||
|
||||
def is_ignored(self, p: Path) -> bool:
|
||||
def is_ignored(self, p: Path) -> bool: # noqa: ARG002
|
||||
"""
|
||||
You can override this in user config if you want to ignore some files that are tooheavy
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue