Skip to content

Commit

Permalink
Black profile for isort
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Leclerc <sylvain.leclerc@rte-france.com>
  • Loading branch information
sylvlecl committed Feb 9, 2024
1 parent 478d321 commit 8fb18dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
uses: isort/isort-action@v1
with:
sort-paths: src, tests
requirementsFiles: "requirements.txt requirements-dev.txt"
configuration: --profile black --check-only --diff
requirements-files: "requirements.txt requirements-dev.txt"

- name: Check formatting
uses: psf/black@stable
Expand Down

0 comments on commit 8fb18dc

Please sign in to comment.