aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar jchristgit <[email protected]>2024-06-02 11:03:02 +0000
committerGravatar GitHub <[email protected]>2024-06-02 11:03:02 +0000
commit9fa9f142111757f736fafd8449c6cbb3183a9fcd (patch)
tree7be7e59214a261a9e960b1945e5a4a221e919432 /pyproject.toml
parentMerge pull request #199 from python-discord/data-fix (diff)
parentAllow King Arthur to send supportive PyDis-specific comments (diff)
Merge pull request #200 from python-discord/system-pleasure-emitting-module
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]