diff --git a/pyproject.toml b/pyproject.toml index de047bb..4d91e49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,6 +75,7 @@ select = [ "W" ] fixable = ["ALL"] +ignore = ["C901"] [tool.ruff.format] # Like Black, use double quotes for strings.