Skip to content

Commit 13435e5

Browse files
Update target version in Ruff configuration to Python 3.9
1 parent 32a8dc0 commit 13435e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://docs.astral.sh/ruff/configuration/
33

44
line-length = 120
5-
target-version = "py38"
5+
target-version = "py39"
66

77
exclude = [
88
".git",

0 commit comments

Comments
 (0)