Python/physics
Maxim Smolskiy a936e94704
Enable ruff ARG001 rule (#11321)
* Enable ruff ARG001 rule

* Fix dynamic_programming/combination_sum_iv.py

* Fix machine_learning/frequent_pattern_growth.py

* Fix other/davis_putnam_logemann_loveland.py

* Fix other/password.py

* Fix

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fix physics/n_body_simulation.py

* Fix project_euler/problem_145/sol1.py

* Fix project_euler/problem_174/sol1.py

* Fix scheduling/highest_response_ratio_next.py

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fix

* Fix

* Fix scheduling/job_sequencing_with_deadline.py

* Fix scheduling/job_sequencing_with_deadline.py

* Fix

* Fix

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-03-20 15:00:17 +01:00
..
image_data Delete arithmetic_analysis/ directory and relocate its contents (#10824) 2023-10-23 09:31:30 +02:00
__init__.py Lorenz transformation - physics (#6097) 2022-05-16 22:26:19 +08:00
altitude_pressure.py Added Altitude Pressure equation (#8909) 2023-07-30 17:00:58 +02:00
archimedes_principle_of_buoyant_force.py [pre-commit.ci] pre-commit autoupdate (#11322) 2024-03-13 07:52:41 +01:00
basic_orbital_capture.py Physics/basic orbital capture (#8857) 2023-07-28 20:30:05 +02:00
casimir_effect.py pre-commit: Upgrade psf/black for stable style 2023 (#8110) 2023-02-01 18:44:54 +05:30
center_of_mass.py [pre-commit.ci] pre-commit autoupdate (#11322) 2024-03-13 07:52:41 +01:00
centripetal_force.py Create centripetal_force.py (#7778) 2022-10-29 14:43:51 +02:00
coulombs_law.py Update coulombs_law.py docs (#9667) 2023-10-04 02:08:13 -04:00
doppler_frequency.py added a function to calculate perceived frequency by observer using Doppler Effect (#10776) 2023-10-22 00:33:50 +02:00
grahams_law.py Graham's Law (#8162) 2023-04-01 18:43:07 +02:00
horizontal_projectile_motion.py Correct ruff failures (#8732) 2023-05-14 22:03:13 +01:00
hubble_parameter.py Make some ruff fixes (#8154) 2023-03-01 17:23:33 +01:00
ideal_gas_law.py Added functions to calculate temperature of an ideal gas and number o… (#8919) 2023-08-14 02:31:53 -07:00
in_static_equilibrium.py [pre-commit.ci] pre-commit autoupdate (#11322) 2024-03-13 07:52:41 +01:00
kinetic_energy.py Update kinetic_energy.py (#7848) 2022-10-29 23:24:59 +02:00
lens_formulae.py Added Lens formulae to the Physics repository (#10187) 2023-10-26 03:58:40 -04:00
lorentz_transformation_four_vector.py [pre-commit.ci] pre-commit autoupdate (#8177) 2023-03-13 23:18:35 +01:00
malus_law.py Create malus_law.py (#7710) 2022-10-27 13:22:10 +02:00
mass_energy_equivalence.py feat: Add mass energy equivalence in physics and doctests (#10202) 2023-10-23 01:35:10 -04:00
mirror_formulae.py Doctest Error Correction of mirror_formulae.py (#9782) 2023-10-05 09:48:15 +02:00
n_body_simulation.py Enable ruff ARG001 rule (#11321) 2024-03-20 15:00:17 +01:00
newtons_law_of_gravitation.py Update newtons_law_of_gravitation.py : Typo(Space Removed) (#9351) 2023-10-03 19:47:26 -04:00
newtons_second_law_of_motion.py Ruff fixes (#8913) 2023-07-31 13:53:26 -07:00
photoelectric_effect.py Added Photoelectric effect equation (#9666) 2023-10-05 12:16:19 +13:00
potential_energy.py Create potential_energy.py (#7666) 2022-10-30 00:14:44 +13:00
reynolds_number.py Added the algorithm to compute Reynolds number in the physics section (#9913) 2023-10-10 01:24:04 -04:00
rms_speed_of_molecule.py [pre-commit.ci] pre-commit autoupdate (#11322) 2024-03-13 07:52:41 +01:00
shear_stress.py Shear stress: typo + WIkipedia URL (#7896) 2022-10-30 22:11:05 +01:00
speed_of_sound.py [pre-commit.ci] pre-commit autoupdate (#9543) 2023-10-07 21:32:28 +02:00
speeds_of_gas_molecules.py Adding avg and mps speed formulae for ideal gases (#10229) 2023-10-14 03:01:23 -04:00
terminal_velocity.py Added the algorithm to compute the terminal velocity of an object fal… (#10237) 2023-10-23 01:43:30 -04:00