diff --git a/pyproject.toml b/pyproject.toml index 9865da9b969..bf21a12972d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -178,7 +178,7 @@ disable= [ "bad-mcs-method-argument", "broad-exception-caught", "broad-exception-raised", - "cell-var-from-loop", + "cell-var-from-loop", # B023 from ruff / flake8-bugbear "comparison-of-constants", "comparison-with-callable", "comparison-with-itself", @@ -191,7 +191,7 @@ disable= [ "consider-using-ternary", "consider-using-with", "cyclic-import", - "disallowed-name", + "disallowed-name", # foo / bar are used often in tests "duplicate-code", "eval-used", "exec-used",