Skip to content

Commit

Permalink
doc: correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
candleindark committed Nov 11, 2024
1 parent d25591a commit 659071e
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 @@ -91,7 +91,7 @@ indent-width = 4
[tool.ruff.lint]
ignore = [
# Avoid use of `from __future__ import annotations`
# becaues it causes problem with Typer
# becauses it causes problem with Typer
"FA100"
]
[tool.ruff.lint.per-file-ignores]
Expand Down

0 comments on commit 659071e

Please sign in to comment.