Skip to content
This repository has been archived by the owner on Aug 20, 2023. It is now read-only.

Commit

Permalink
updating for isort usage change
Browse files Browse the repository at this point in the history
isort command line arguments changed
  • Loading branch information
nzanepro authored Jan 13, 2022
1 parent 27c1c81 commit bbfc075
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 @@ -24,7 +24,7 @@ jobs:
pip install --upgrade wheel setuptools
python setup.py bdist_wheel
- run: pip install isort && isort --recursive --diff
- run: pip install isort && isort --recursive --diff .
- run: pip install black && black --check .
if: matrix.python-version == '3.x'
- run: pip install flake8 && flake8

0 comments on commit bbfc075

Please sign in to comment.