Skip to content

Commit

Permalink
better comment
Browse files Browse the repository at this point in the history
  • Loading branch information
macpd committed Aug 19, 2024
1 parent 476299e commit ae427ec
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 @@ -96,7 +96,7 @@ select = [
ignore=[
# Do not suggest ternary operator
"SIM108",
# Allow use of Optional[...] type, since Typer relies on it
# Allow use of Optional[...] style type annotation, since Typer relies on it
"UP007",
]

Expand Down

0 comments on commit ae427ec

Please sign in to comment.