From 6636cb95330381205a3271fdc2878599cd231003 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Sun, 19 Jan 2025 18:38:24 +0100 Subject: backend/lint: Ignore dir() for flake8-builtin --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index e554bf7..681c4df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ select = [ ignore = ["B007", "SIM102", "SIM108"] [tool.ruff.lint.flake8-builtins] -builtins-ignorelist = ["copyright", "filter", "hash", "id", "input"] +builtins-ignorelist = ["copyright", "filter", "hash", "id", "input", "dir"] [tool.pytest.ini_options] pythonpath = ["src"] -- cgit v1.2.3-2-gb3c3