cjolowicz / nox-poetry

Use Poetry inside Nox sessions
https://nox-poetry.readthedocs.io/
MIT License
166 stars 18 forks source link

`@session` with `tags=...` doesn't typecheck #1219

Closed dbohdan closed 10 months ago

dbohdan commented 11 months ago

The session decorator now takes an optional tags argument. Please update the types to reflect this.

mariuswinger commented 11 months ago

Unless there are some pitfalls I am unaware of, this should just amount to adding "tags: Sequence[str] = ...," to 'sessions.pyi'.