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
c1f05fb1bb
commit
3e45ca5c2d
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