Skip to content

Commit

Permalink
Fixed isort settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
mstechly committed Nov 5, 2021
1 parent f85b14e commit 5293e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ jobs:
extra-mypy-options: --ignore-missing-imports --namespace-packages

# Extra options: isort -rc $(extra-isort-options) $(python-root-list) -c --diff
extra-isort-options: --check-only --profile black
extra-isort-options: --check-only --filter-files --profile black

0 comments on commit 5293e29

Please sign in to comment.