We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3a196c commit e797e3cCopy full SHA for e797e3c
1 file changed
.manager/src/pypackit/script/lint.py
@@ -48,7 +48,7 @@ class PreCommitHooks:
48
49
def __init__(
50
self,
51
- config: str,
+ config: Path | str,
52
*,
53
action: Literal["report", "run", "validate"] = "run",
54
hook_id: str | None = None,
0 commit comments