From 7ca6b107539325b7e56d4eba0806528b072caa39 Mon Sep 17 00:00:00 2001 From: MaximSmolskiy Date: Sun, 21 Apr 2024 21:50:30 +0300 Subject: [PATCH] Remove some per file ignores --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) 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"]