arc-eng / studio

Arcane Studio is a collection of productivity-boosting tools built on top of the Arcane Engine.
https://arcane.engineer/studio/
MIT License
0 stars 2 forks source link

🔧 Add lint target to Makefile for code quality #32

Closed arcane-engine[bot] closed 1 month ago

arcane-engine[bot] commented 1 month ago

I have updated the Makefile to include a lint target, which sets up a linter for the project using flake8. You can now run make lint to lint the project files. If you haven't already, make sure to add flake8 to your project's dependencies in pyproject.toml using poetry add flake8.