Skip to content

Commit af6a45e

Browse files
Remove some per file ignores (TheAlgorithms#11381)
* Remove some per file ignores * updating DIRECTORY.md * updating DIRECTORY.md --------- Co-authored-by: MaximSmolskiy <[email protected]>
1 parent 4467423 commit af6a45e

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

DIRECTORY.md

+1
Original file line numberDiff line numberDiff line change
@@ -863,6 +863,7 @@
863863
* [Newtons Second Law Of Motion](physics/newtons_second_law_of_motion.py)
864864
* [Photoelectric Effect](physics/photoelectric_effect.py)
865865
* [Potential Energy](physics/potential_energy.py)
866+
* [Rainfall Intensity](physics/rainfall_intensity.py)
866867
* [Reynolds Number](physics/reynolds_number.py)
867868
* [Rms Speed Of Molecule](physics/rms_speed_of_molecule.py)
868869
* [Shear Stress](physics/shear_stress.py)

pyproject.toml

-6
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,6 @@ lint.ignore = [
7474
"UP038", # Use `X | Y` in `{}` call instead of `(X, Y)` -- DO NOT FIX
7575
]
7676

77-
lint.per-file-ignores."arithmetic_analysis/newton_raphson.py" = [
78-
"PGH001",
79-
]
80-
lint.per-file-ignores."data_structures/binary_tree/binary_search_tree_recursive.py" = [
81-
"BLE001",
82-
]
8377
lint.per-file-ignores."data_structures/hashing/tests/test_hash_map.py" = [
8478
"BLE001",
8579
]

0 commit comments

Comments
 (0)