Python/physics
Christian Clauss c909da9b08
pre-commit: Upgrade psf/black for stable style 2023 (#8110)
* pre-commit: Upgrade psf/black for stable style 2023

Updating https://github.com/psf/black ... updating 22.12.0 -> 23.1.0 for their `2023 stable style`.
* https://github.com/psf/black/blob/main/CHANGES.md#2310

> This is the first [psf/black] release of 2023, and following our stability policy, it comes with a number of improvements to our stable style…

Also, add https://github.com/tox-dev/pyproject-fmt and https://github.com/abravalheri/validate-pyproject to pre-commit.

I only modified `.pre-commit-config.yaml` and all other files were modified by pre-commit.ci and psf/black.

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

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

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-02-01 18:44:54 +05:30
..
__init__.py Lorenz transformation - physics (#6097) 2022-05-16 22:26:19 +08:00
archimedes_principle.py Added archimedes principle (physics) (#7143) 2022-10-30 11:54:23 +01:00
casimir_effect.py pre-commit: Upgrade psf/black for stable style 2023 (#8110) 2023-02-01 18:44:54 +05:30
centripetal_force.py Create centripetal_force.py (#7778) 2022-10-29 14:43:51 +02:00
horizontal_projectile_motion.py Docs: correct the shape of trajectory (#6255) 2022-10-25 22:42:49 +01:00
hubble_parameter.py pre-commit: Upgrade psf/black for stable style 2023 (#8110) 2023-02-01 18:44:54 +05:30
ideal_gas_law.py Add Ideal Gas Law for physics (#6503) 2022-10-30 11:26:46 +01:00
kinetic_energy.py Update kinetic_energy.py (#7848) 2022-10-29 23:24:59 +02:00
lorentz_transformation_four_vector.py Fix mypy errors in lorentz_transformation_four_vector.py (#8075) 2023-01-26 08:13:03 +01:00
malus_law.py Create malus_law.py (#7710) 2022-10-27 13:22:10 +02:00
n_body_simulation.py Fix broken links by PR #7277 (#7319) 2022-10-16 15:45:25 +02:00
newtons_law_of_gravitation.py pre-commit: Upgrade psf/black for stable style 2023 (#8110) 2023-02-01 18:44:54 +05:30
newtons_second_law_of_motion.py Added newtons_second_law_of_motion.py (#5474) 2021-11-04 18:48:57 +08:00
potential_energy.py Create potential_energy.py (#7666) 2022-10-30 00:14:44 +13:00
rms_speed_of_molecule.py Add root mean square speed of gas molecules to physics (#6569) 2022-10-30 11:29:00 +01:00
shear_stress.py Shear stress: typo + WIkipedia URL (#7896) 2022-10-30 22:11:05 +01:00