diff --git a/pyproject.toml b/pyproject.toml index 3779012f..ec4b1fc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]