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:
parent
56edea58de
commit
6d7b95828d
1 changed files with 2 additions and 0 deletions
2
requirements-dev.txt
Normal file
2
requirements-dev.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
black
|
||||
ruff
|
Loading…
Reference in a new issue