Skip to content

Commit a1498cf

Browse files
ci: update ruff config
1 parent 7eac8b9 commit a1498cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ruff.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ exclude = [
3737
"venv",
3838
]
3939

40-
# Assume Python 3.13
41-
target-version = "py313"
40+
# Assume Python 3.11
41+
target-version = "py311"
4242

4343
[format]
4444
# Use spaces instead of tabs

0 commit comments

Comments
 (0)