diff options
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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"] |