Skip to content

Commit 2e8d24a

Browse files
committed
Release 2023.04.23
1 parent 98561bb commit 2e8d24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nox/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class InvalidVersionSpecifier(Exception):
3737

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

4242

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

0 commit comments

Comments
 (0)