Skip to content

Commit 7ca6b10

Browse files
committed
Remove some per file ignores
1 parent 2702bf9 commit 7ca6b10

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: pyproject.toml

-2
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,7 @@ target-version = "py312"
7878
max-complexity = 17 # default: 10
7979

8080
[tool.ruff.lint.per-file-ignores]
81-
"arithmetic_analysis/newton_raphson.py" = ["PGH001"]
8281
"audio_filters/show_response.py" = ["ARG002"]
83-
"data_structures/binary_tree/binary_search_tree_recursive.py" = ["BLE001"]
8482
"data_structures/binary_tree/treap.py" = ["SIM114"]
8583
"data_structures/hashing/hash_table.py" = ["ARG002"]
8684
"data_structures/hashing/quadratic_probing.py" = ["ARG002"]

0 commit comments

Comments
 (0)