File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff 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- ]
8377lint.per-file-ignores."data_structures/hashing/tests/test_hash_map.py" = [
8478 " BLE001" ,
8579]
You can’t perform that action at this time.
0 commit comments