Skip to content

Commit

Permalink
Fix target-version for ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
ulgens committed Jan 19, 2025
1 parent d1a46f2 commit a36be0d
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 @@ -63,7 +63,7 @@ pydot = "3.0.4" # For visualizing Django models with "graph_models --pydot"

[tool.ruff]
line-length = 120
target-version = "py312"
target-version = "py313"

[tool.ruff.format]
preview = true
Expand Down

0 comments on commit a36be0d

Please sign in to comment.