Skip to content

Commit

Permalink
Fix isort check
Browse files Browse the repository at this point in the history
  • Loading branch information
pschmitt committed Dec 16, 2020
1 parent fc44a36 commit ea0c08a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: isort
run: |
poetry run isort --check --diff --verbose
poetry run isort --check --diff --verbose .
black:
runs-on: ubuntu-latest
Expand All @@ -66,4 +66,4 @@ jobs:
- name: Black
run: |
poetry run black --config pyproject.toml --check --diff --verbose
poetry run black --config pyproject.toml --check --diff --verbose .

0 comments on commit ea0c08a

Please sign in to comment.