kjcioffi / django-showtime-plus

Showtime+ is a streamlined platform designed to provide just enough information about movies currently in theaters, all in one place.
https://www.showtime-plus.com/
Mozilla Public License 2.0
2 stars 0 forks source link

Implement Ruff into Movie Project #3

Closed ryaustin closed 5 months ago

ryaustin commented 5 months ago

What is Ruff? Ruff is a static code analysis tool designed specifically for Python.

Using ruff in your project means that you are familiar with the tools that python developers are using and talking about today. Ruff can replace black and isort.

https://trunk.io/linters/python/ruff

kjcioffi commented 5 months ago

Ruff added to requirements-dev.in