From e4b44d75c2a35f9497b1952655cc7926fefabeca Mon Sep 17 00:00:00 2001 From: measty <20169086+measty@users.noreply.github.com> Date: Fri, 31 Jan 2025 14:04:18 +0000 Subject: [PATCH] dont fix arg001 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2d29ca7c8..f807b6593 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -105,7 +105,7 @@ lint.select = [ "ASYNC", # flake8-async ] # Ignore rules which conflict with ruff formatter. -lint.ignore = ["COM812", "ISC001",] +lint.ignore = ["COM812", "ISC001", "RUF100"] # Allow Ruff to discover `*.ipynb` files. include = ["*.py", "*.pyi", "**/pyproject.toml", "*.ipynb"]