feat: add dev dependencies for code formatting

Introduced black and ruff into the development requirements to standardize code formatting and linting processes. This enhancement aims to maintain consistent coding styles and improve code quality, facilitating smoother collaboration among developers.
This commit is contained in:
Kumi 2024-05-17 13:49:29 +02:00
parent 56edea58de
commit 6d7b95828d
Signed by: kumi
GPG key ID: ECBCC9082395383F

2
requirements-dev.txt Normal file
View file

@ -0,0 +1,2 @@
black
ruff