Skip to content

Commit 75f11e1

Browse files
committed
Add target version to ruff config
1 parent a27c34c commit 75f11e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ include = ["autoemulate/experimental/*", "tests/experimental/*"]
6868
src = ["autoemulate/"]
6969
line-length = 88
7070
include = ["autoemulate/experimental/**/*.py", "tests/experimental/**/*.py"]
71+
target-version = "py310"
7172

7273
[tool.ruff.format]
7374
docstring-code-format = true

0 commit comments

Comments
 (0)