Run cog using just as well, refs #446

This commit is contained in:
Simon Willison 2022-06-21 12:24:23 -07:00
commit 2768effe07

View file

@ -7,6 +7,10 @@
pipenv run black . --check
pipenv run flake8
pipenv run mypy sqlite_utils tests
cog --check README.md docs/*.rst
@cog:
cog -r README.md docs/*.rst
@black:
pipenv run black .