Skip to content

Commit

Permalink
refactor: Set parameters as keyword-only
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Nov 6, 2022
1 parent 91dce14 commit 44c01be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/griffe/git.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def tmp_worktree(commit: str = "HEAD", repo: str | Path = ".") -> Iterator[Path]

def load_git(
module: str | Path,
*,
commit: str = "HEAD",
repo: str | Path = ".",
submodules: bool = True,
Expand Down

0 comments on commit 44c01be

Please sign in to comment.