diff --git a/Justfile b/Justfile index d1f6843..e6b3f8a 100644 --- a/Justfile +++ b/Justfile @@ -29,5 +29,6 @@ pipenv run black . # Run automatic fixes -@fix: cog black +@fix: cog pipenv run ruff . --fix + pipenv run black .