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 e6a246f commit f150593Copy full SHA for f150593
pyproject.toml
@@ -79,4 +79,5 @@ line-length = 100
79
80
[tool.ruff]
81
line-length = 100
82
-target-version = "py39"
+target-version = "py310"
83
+exclude = ["docs/examples/04_plot_output.ipynb"]
0 commit comments