Skip to content

Commit 913477e

Browse files
authored
Target py38 for ruff (#15585)
1 parent cb0a446 commit 913477e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ force-exclude = '''
2727

2828
[tool.ruff]
2929
line-length = 99
30-
target-version = "py37"
30+
target-version = "py38"
3131
fix = true
3232

3333
select = [

0 commit comments

Comments
 (0)