Skip to content

Commit 3c73a4a

Browse files
committed
ci(ruff): Set target-version from py37 to py38
1 parent a76dae7 commit 3c73a4a

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
@@ -155,7 +155,7 @@ module = [
155155
ignore_missing_imports = true
156156

157157
[tool.ruff]
158-
target-version = "py37"
158+
target-version = "py38"
159159
select = [
160160
"E", # pycodestyle
161161
"F", # pyflakes

0 commit comments

Comments
 (0)