Skip to content

Commit

Permalink
isort: —rc is now deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored May 9, 2021
1 parent be4ce46 commit 8aae0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- run: black --check .
- run: codespell --quiet-level=2 --skip="*.tap" # --ignore-words-list=""
- run: flake8 . --max-line-length=88 --show-source --statistics
- run: isort -rc --check-only --profile black . || true
- run: isort --check-only --profile black . || true
- run: pip install junit_xml yamlish
- run: mypy --ignore-missing-imports .
- run: pytest . || true
Expand Down

0 comments on commit 8aae0a0

Please sign in to comment.