Skip to content

Commit 0fb3b34

Browse files
authored
Merge pull request #467 from EIT-ALIVE/fix/ruff-python-version
Fix Python version targeted by ruff to earliest supported version
2 parents 42078ff + 3df7d49 commit 0fb3b34

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ eitprocessing = ["config/*.yaml", "py.typed"]
110110
output-format = "concise"
111111
line-length = 120
112112
extend-include = ["*.ipynb"]
113+
target-version = "py310"
113114

114115
[tool.ruff.lint]
115116
select = ["ALL"]

0 commit comments

Comments
 (0)