mirror of
https://github.com/simonw/datasette.git
synced 2026-06-03 15:46:59 +02:00
black --version
This commit is contained in:
parent
1c6c6d2e68
commit
7a66456615
1 changed files with 3 additions and 1 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue