Skip to content

Commit b3959fe

Browse files
Upgrade ruff check to Python 3.8.
1 parent c49bf9b commit b3959fe

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
@@ -51,7 +51,7 @@ strict_optional = true
5151

5252

5353
[tool.ruff]
54-
target-version = "py37"
54+
target-version = "py38"
5555
lint.select = [
5656
"E", # pycodestyle errors
5757
"W", # pycodestyle warnings

0 commit comments

Comments
 (0)