mirror of
https://github.com/TheAlgorithms/Python.git
synced 2026-03-13 09:50:19 +08:00
Remove some per file ignores (#11381)
* Remove some per file ignores * updating DIRECTORY.md * updating DIRECTORY.md --------- Co-authored-by: MaximSmolskiy <MaximSmolskiy@users.noreply.github.com>
This commit is contained in:
@@ -74,12 +74,6 @@ lint.ignore = [
|
||||
"UP038", # Use `X | Y` in `{}` call instead of `(X, Y)` -- DO NOT FIX
|
||||
]
|
||||
|
||||
lint.per-file-ignores."arithmetic_analysis/newton_raphson.py" = [
|
||||
"PGH001",
|
||||
]
|
||||
lint.per-file-ignores."data_structures/binary_tree/binary_search_tree_recursive.py" = [
|
||||
"BLE001",
|
||||
]
|
||||
lint.per-file-ignores."data_structures/hashing/tests/test_hash_map.py" = [
|
||||
"BLE001",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user