We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2702bf9 commit 7ca6b10Copy full SHA for 7ca6b10
pyproject.toml
@@ -78,9 +78,7 @@ target-version = "py312"
78
max-complexity = 17 # default: 10
79
80
[tool.ruff.lint.per-file-ignores]
81
-"arithmetic_analysis/newton_raphson.py" = ["PGH001"]
82
"audio_filters/show_response.py" = ["ARG002"]
83
-"data_structures/binary_tree/binary_search_tree_recursive.py" = ["BLE001"]
84
"data_structures/binary_tree/treap.py" = ["SIM114"]
85
"data_structures/hashing/hash_table.py" = ["ARG002"]
86
"data_structures/hashing/quadratic_probing.py" = ["ARG002"]
0 commit comments