Use cog to maintain --fmt list, closes #373

This commit is contained in:
Simon Willison 2022-01-09 09:48:48 -08:00
commit 148e9c7aee
4 changed files with 43 additions and 2 deletions

View file

@ -41,3 +41,6 @@ jobs:
run: flake8
- name: Check formatting
run: black . --check
- name: Check if cog needs to be run
run: |
cog --check README.md docs/*.rst