Skip to content

Commit eae1592

Browse files
authored
Merge pull request #244 from codeflash-ai/ruff-target-python39
Ruff should target atleast py39
2 parents 20a5176 + 17a9e94 commit eae1592

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ init_typed = true
151151
warn_required_dynamic_aliases = true
152152

153153
[tool.ruff]
154+
target-version = "py39"
154155
line-length = 120
155156
fix = true
156157
show-fixes = true

0 commit comments

Comments
 (0)