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 40d8d5e commit daf87bbCopy full SHA for daf87bb
pyproject.toml
@@ -226,3 +226,8 @@ required-imports = ["from __future__ import annotations"]
226
[tool.ruff.lint.flake8-tidy-imports]
227
# Disallow all relative imports.
228
ban-relative-imports = "all"
229
+
230
+[tool.pytest.ini_options]
231
+filterwarnings = [
232
+ "error:NumbaPerformanceWarning"
233
+]
0 commit comments