Skip to content

Commit

Permalink
Fix pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjjung committed Jan 10, 2025
1 parent 4d47276 commit daefd76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,4 @@ dev = [
"furo",
"ruff",
"sphinx"
]

# Always generate Python 3.12-compatible code.
target-version = "py312"
]
2 changes: 2 additions & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ exclude = [
"venv",
]

# Always generate Python 3.12-compatible code.
target-version = "py312"

[format]
quote-style = "single"
Expand Down

0 comments on commit daefd76

Please sign in to comment.