Skip to content

Commit

Permalink
up ruff python target
Browse files Browse the repository at this point in the history
  • Loading branch information
CagtayFabry committed Apr 2, 2024
1 parent ff1ea88 commit 89a17bc
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 @@ -173,7 +173,7 @@ follow_imports = "skip"
ignore_errors = true

[tool.ruff]
target-version = "py38" # designated Python version
target-version = "py39" # designated Python version
line-length = 88
exclude = [
"__init__.py",
Expand Down

0 comments on commit 89a17bc

Please sign in to comment.