Skip to content

Commit

Permalink
fixed isort in run tests to same line-length as used in pre-commit-co…
Browse files Browse the repository at this point in the history
…nfig to avoid reoccuring conflicts in profile, #48, see also #60.
  • Loading branch information
MarcoHuebner committed Sep 18, 2022
1 parent d10440a commit 66a5b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Run black
run: poetry run black . --check
- name: Run isort
run: poetry run isort . --check-only --profile black
run: poetry run isort . --check-only --profile black --line-length=80
- name: Run flake8
run: poetry run flake8 src --output-file=flake8_report.txt
- name: Run pylint
Expand Down

0 comments on commit 66a5b35

Please sign in to comment.