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 c0c998b..2d716d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,6 +71,8 @@ ignore = [ [tool.ruff.lint.per-file-ignores] # McCabe is not supported on Linux systems "arthur/apis/systems/*.py" = ["C901", "PLR0912", "PERF401", "PLR2004"] +# Bug in complexity calculation, similar to the above +"arthur/exts/systems/system_information.py" = ["C901", "PLR2004"] [tool.ruff.lint.isort] |