Skip to content

Commit

Permalink
feat: add support for tags in session decorator (#1220)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuswinger committed Nov 19, 2023
1 parent 0612f2f commit d057271
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nox_poetry/sessions.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ def session(
name: Optional[str] = ...,
venv_backend: Any = ...,
venv_params: Any = ...,
tags: Sequence[str] = ...,
) -> SessionDecorator: ...

0 comments on commit d057271

Please sign in to comment.