Skip to content

Commit

Permalink
Release 2023.04.23
Browse files Browse the repository at this point in the history
  • Loading branch information
crwilcox committed Apr 23, 2023
1 parent 98561bb commit 2e8d24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nox/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class InvalidVersionSpecifier(Exception):

def get_nox_version() -> str:
"""Return the version of the installed Nox package."""
return metadata.version("nox") # type: ignore[no-untyped-call, no-any-return]
return metadata.version("nox")


def _parse_string_constant(node: ast.AST) -> str | None: # pragma: no cover
Expand Down

0 comments on commit 2e8d24a

Please sign in to comment.