We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98561bb commit 2e8d24aCopy full SHA for 2e8d24a
nox/_version.py
@@ -37,7 +37,7 @@ class InvalidVersionSpecifier(Exception):
37
38
def get_nox_version() -> str:
39
"""Return the version of the installed Nox package."""
40
- return metadata.version("nox") # type: ignore[no-untyped-call, no-any-return]
+ return metadata.version("nox")
41
42
43
def _parse_string_constant(node: ast.AST) -> str | None: # pragma: no cover
0 commit comments