issues
search
DataChefHQ
/
inception
DataChef's project kickstarter! Reproducible, Declarative and Reliable development environments.
MIT License
13
stars
3
forks
source link
Add pytest and ruff configuration to Python template
#24
Closed
shahinism
closed
3 months ago
shahinism
commented
3 months ago
With ruff make sure to:
increase line length to 120 character.
lock the python version
Enable:
pydocstyle (google)
pyflakes
pyupgrade
pycodestyle
With ruff make sure to: