mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-22 17:04:31 +02:00
Run cog using just as well, refs #446
This commit is contained in:
parent
5754311494
commit
2768effe07
1 changed files with 4 additions and 0 deletions
4
Justfile
4
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 .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue