Skip to content

Commit e797e3c

Browse files
committed
Update lint.py
1 parent d3a196c commit e797e3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • .manager/src/pypackit/script

.manager/src/pypackit/script/lint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class PreCommitHooks:
4848

4949
def __init__(
5050
self,
51-
config: str,
51+
config: Path | str,
5252
*,
5353
action: Literal["report", "run", "validate"] = "run",
5454
hook_id: str | None = None,

0 commit comments

Comments
 (0)