File tree 2 files changed +1
-6
lines changed
2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 863
863
* [ Newtons Second Law Of Motion] ( physics/newtons_second_law_of_motion.py )
864
864
* [ Photoelectric Effect] ( physics/photoelectric_effect.py )
865
865
* [ Potential Energy] ( physics/potential_energy.py )
866
+ * [ Rainfall Intensity] ( physics/rainfall_intensity.py )
866
867
* [ Reynolds Number] ( physics/reynolds_number.py )
867
868
* [ Rms Speed Of Molecule] ( physics/rms_speed_of_molecule.py )
868
869
* [ Shear Stress] ( physics/shear_stress.py )
Original file line number Diff line number Diff line change @@ -74,12 +74,6 @@ lint.ignore = [
74
74
" UP038" , # Use `X | Y` in `{}` call instead of `(X, Y)` -- DO NOT FIX
75
75
]
76
76
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
- ]
83
77
lint.per-file-ignores."data_structures/hashing/tests/test_hash_map.py" = [
84
78
" BLE001" ,
85
79
]
You can’t perform that action at this time.
0 commit comments