Skip to content

Commit b58c8b5

Browse files
authored
Update ruff.toml
1 parent a9a7558 commit b58c8b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ruff.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ exclude = [
3333
line-length = 120
3434
indent-width = 4
3535

36-
# Assume Python 3.12
37-
target-version = "py312"
36+
# Assume Python 3.9
37+
target-version = "py39"
3838

3939
[lint]
4040
preview = true

0 commit comments

Comments
 (0)