diff --git a/pyproject.toml b/pyproject.toml index ac7f9f5..7e6110b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ exclude_lines = [ ] [tool.ruff.lint] -ignore = ["T201", "DTZ005"] +ignore = ["T201", "DTZ005", "FA100"] [tool.ruff.format] quote-style = "preserve"