From e4fcbf09d3685a40242ab29cba897dae9219603f Mon Sep 17 00:00:00 2001 From: kraanzu Date: Tue, 1 Oct 2024 13:18:09 +0530 Subject: [PATCH] lint: update ruff setting --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c33dc07..419b4ab7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,4 +33,4 @@ smassh = 'smassh.__main__:main' [tool.ruff] exclude = ["venv"] -ignore = ["F405"] +lint.ignore = ["F405"]