We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b07b697 commit d1aaf2dCopy full SHA for d1aaf2d
pyproject.toml
@@ -290,7 +290,6 @@ known-local-folder = ["pathutils"]
290
"typing.Set".msg = "Use collections.abc.Set instead."
291
"typing.Self".msg = "Use scikit_build_core._compat.typing.Self instead."
292
"typing_extensions.Self".msg = "Use scikit_build_core._compat.typing.Self instead."
293
-"typing.Final".msg = "Add scikit_build_core._compat.typing.Final instead."
294
"typing.assert_never".msg = "Add scikit_build_core._compat.typing.assert_never instead."
295
"tomli".msg = "Use scikit_build_core._compat.tomllib instead."
296
"tomllib".msg = "Use scikit_build_core._compat.tomllib instead."
0 commit comments