black --version

This commit is contained in:
Simon Willison 2026-02-20 11:19:19 -08:00 committed by GitHub
commit 7a66456615
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,9 @@ jobs:
# And the test that exceeds a localhost HTTPS server
tests/test_datasette_https_server.sh
- name: Black
run: black --check .
run: |
black --version
black --check .
- name: Ruff
run: ruff check datasette tests
- name: Check if cog needs to be run