Skip to content

Commit

Permalink
[tests] stop using deprecated isort arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaine committed Jul 7, 2021
1 parent 4ee21a0 commit 659a8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Run linters
run: |
flake8 examples src tests
isort -c -df -rc examples src tests
isort --check-only --diff examples src tests
black --check --diff examples src tests
test:
Expand Down

0 comments on commit 659a8d3

Please sign in to comment.