Skip to content

Commit

Permalink
.github/workflows: Ensure pyproject.toml is used
Browse files Browse the repository at this point in the history
  • Loading branch information
e10harvey committed Mar 21, 2024
1 parent f5ebdaf commit 6a9b9c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ jobs:
- name: Black formatting check
run: |
pip install black
black . -S -C --check --diff
cd OpenCSP
black . -S -C --check --diff --config ./pyproject.toml

0 comments on commit 6a9b9c9

Please sign in to comment.