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.
2 parents d2f3b3a + 7d02395 commit b25a450Copy full SHA for b25a450
pyproject.toml
@@ -49,7 +49,7 @@ Changelog = "https://github.com/PyO3/setuptools-rust/blob/main/CHANGELOG.md"
49
requires = ["setuptools>=62.4", "setuptools_scm"]
50
build-backend = "setuptools.build_meta"
51
52
-[tool.ruff.extend-per-file-ignores]
+[tool.ruff.lint.extend-per-file-ignores]
53
"__init__.py" = ["F403"]
54
55
[tool.pytest.ini_options]
setuptools_rust/command.py
@@ -107,5 +107,4 @@ def run(self) -> None:
107
print(str(e))
108
109
@abstractmethod
110
- def run_for_extension(self, extension: RustExtension) -> None:
111
- ...
+ def run_for_extension(self, extension: RustExtension) -> None: ...
0 commit comments