Bumped ruff target to Python 3.9

* sequel of b537f454c1
* prelude to subsequent changes due to ruff [Link]

Link: https://docs.astral.sh/ruff/rules/non-pep585-annotation/
Signed-off-by: Ariel Otilibili <otilibil@eurecom.fr>
This commit is contained in:
Ariel Otilibili 2024-11-09 12:19:06 +01:00
parent 037c0d2cf9
commit f92150a4f6

View File

@ -93,7 +93,7 @@ include = ["glances*"]
[tool.ruff]
line-length = 120
target-version = "py38"
target-version = "py39"
[tool.ruff.format]
quote-style = "preserve"