Skip to content

Commit f150593

Browse files
committed
update ruff config
1 parent e6a246f commit f150593

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,5 @@ line-length = 100
7979

8080
[tool.ruff]
8181
line-length = 100
82-
target-version = "py39"
82+
target-version = "py310"
83+
exclude = ["docs/examples/04_plot_output.ipynb"]

0 commit comments

Comments
 (0)