boxine / django-huey-monitor

Django based tool for monitoring huey task queue: https://github.com/coleifer/huey
GNU General Public License v3.0
88 stars 20 forks source link

Remove seperate linting step in github actions #78

Closed jedie closed 2 years ago

jedie commented 2 years ago

There is no need to test linting separately, because this is done in pytest run since: https://github.com/boxine/django-huey-monitor/pull/74