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