Skip to content

Commit

Permalink
correct python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mause committed Apr 16, 2024
1 parent 4a3392a commit 284a337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ plugins = ['sqlalchemy.ext.mypy.plugin']
profile = "black"

[tool.ruff]
target-version = "py37"
target-version = "py38"

[tool.ruff.lint]
select = ["E", "I"]
Expand Down

0 comments on commit 284a337

Please sign in to comment.