aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2024-06-02 12:54:53 +0200
committerGravatar Johannes Christ <[email protected]>2024-06-02 12:59:56 +0200
commitb72aaf9f5a1d9360bce79a149c039187b3bec7ff (patch)
tree7be7e59214a261a9e960b1945e5a4a221e919432 /pyproject.toml
parentMerge pull request #199 from python-discord/data-fix (diff)
Allow King Arthur to send supportive PyDis-specific comments
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
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]