From 2768effe078285982fbaae81d2884444b5a682ad Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 21 Jun 2022 12:24:23 -0700 Subject: [PATCH] Run cog using just as well, refs #446 --- Justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Justfile b/Justfile index b069682..aec0f44 100644 --- a/Justfile +++ b/Justfile @@ -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 .