diff --git a/pyproject.toml b/pyproject.toml index ff22fba81c8a..bffb376a48d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,9 +78,7 @@ target-version = "py312" max-complexity = 17 # default: 10 [tool.ruff.lint.per-file-ignores] -"arithmetic_analysis/newton_raphson.py" = ["PGH001"] "audio_filters/show_response.py" = ["ARG002"] -"data_structures/binary_tree/binary_search_tree_recursive.py" = ["BLE001"] "data_structures/binary_tree/treap.py" = ["SIM114"] "data_structures/hashing/hash_table.py" = ["ARG002"] "data_structures/hashing/quadratic_probing.py" = ["ARG002"]