diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index fa96a16..784197d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ select = [ "FURB" # refurb ] -ignore = ["SIM102", "SIM108"] +ignore = ["B007", "SIM102", "SIM108"] [tool.pytest.ini_options] pythonpath = ["src"] |