Skip to content

Commit c8cffde

Browse files
committed
update
1 parent 250c855 commit c8cffde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ exclude = [
228228
#
229229

230230
[tool.ruff]
231-
# Target Python 3.6+ (minimum supported version)
232-
target-version = "py36"
231+
# Target Python 3.7+ (minimum version supported by ruff)
232+
target-version = "py37"
233233

234234
# Exclude files and directories (from black + flake8)
235235
extend-exclude = [

0 commit comments

Comments
 (0)