ci: check formatting with black

This commit is contained in:
Fischer Moseley 2024-08-01 07:20:51 -07:00
parent a01b6981e2
commit 55884a11df
1 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,11 @@ jobs:
# Install Manta, with optional dev-only dependencies
python3 -m pip install ".[dev]"
- name: Check formatting
run: |
source venv/bin/activate
python3 -m black . --check
- name: Run tests
run: |
source ./environment.sh