From 705d1e4cc02a28e05526da4e4dbe038064957c37 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 1 Sep 2024 08:34:28 +0200 Subject: [PATCH] chore: remove freqAI per-line-ignores --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bd36d15c6..f3d1bc5ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -168,8 +168,6 @@ max-complexity = 12 [tool.ruff.lint.per-file-ignores] "freqtrade/freqai/**/*.py" = [ "S311", # Standard pseudo-random generators are not suitable for cryptographic purposes - "B006", # Bugbear - mutable default argument - "B008", # bugbear - Do not perform function calls in argument defaults ] "tests/**/*.py" = [ "S101", # allow assert in tests