Skip to content

Commit 597c808

Browse files
authored
Fix isort command so that it has all required arguments (#8)
1 parent 7d4f294 commit 597c808

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.repo_name}}/.github/workflows

1 file changed

+1
-1
lines changed

{{cookiecutter.repo_name}}/.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
pip install pipenv
2323
pipenv install --deploy --dev
2424
25-
- run: pipenv run isort --recursive --diff
25+
- run: pipenv run isort --recursive --diff .
2626
- run: pipenv run black --check .
2727
- run: pipenv run flake8
2828
- run: pipenv run mypy

0 commit comments

Comments
 (0)