Run black at end of just fix

To ensure any changes made by ruff --fix are reformatted.
This commit is contained in:
Simon Willison 2023-07-10 07:41:49 -07:00
parent ccda1eec73
commit 282b3af45d

View file

@ -29,5 +29,6 @@
pipenv run black .
# Run automatic fixes
@fix: cog black
@fix: cog
pipenv run ruff . --fix
pipenv run black .