Skip to content

Commit fece48b

Browse files
committed
ci(ruff): Set target-version from py37 to py38
1 parent ca61d76 commit fece48b

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
@@ -128,7 +128,7 @@ exclude_lines = [
128128
]
129129

130130
[tool.ruff]
131-
target-version = "py37"
131+
target-version = "py38"
132132
select = [
133133
"E", # pycodestyle
134134
"F", # pyflakes

0 commit comments

Comments
 (0)