Skip to content

Commit

Permalink
Updating bad isort check syntax in automated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Kristiansen committed Nov 14, 2021
1 parent f175c5f commit 51c3988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
pip install -r requirements_dev.txt
pip install .
- run: isort --diff .
- run: isort --check-only .
- run: black --check .
- run: flake8
- run: mypy
Expand Down

0 comments on commit 51c3988

Please sign in to comment.