Make isort compatible with black in the action
Committed 03f7eb
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
-name: Run Tests
+name: Run Tests and Analysis
on:
push:
version: "23.7"
- uses: isort/isort-action@v1
+ with:
+ configuration: "--profile black"
- name: Run tests
run: poetry run gmpg test