just fix command

This commit is contained in:
Simon Willison 2023-07-02 17:40:45 -07:00
parent 52add96ec1
commit e485eadf14

View file

@ -27,3 +27,7 @@
# Apply Black
@black:
pipenv run black .
# Run automatic fixes
@fix: cog black
pipenv run ruff . --fix