Skip to content

Commit 0c16c7e

Browse files
committed
chore: set target-version py313 for ruff
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent aff98a6 commit 0c16c7e

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
@@ -185,6 +185,7 @@ where = ["."]
185185

186186
[tool.ruff]
187187
line-length = 100
188+
target-version = "py313"
188189
exclude = [
189190
"migrations",
190191
"bin",

0 commit comments

Comments
 (0)