We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d4f294 commit 597c808Copy full SHA for 597c808
{{cookiecutter.repo_name}}/.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
pip install pipenv
23
pipenv install --deploy --dev
24
25
- - run: pipenv run isort --recursive --diff
+ - run: pipenv run isort --recursive --diff .
26
- run: pipenv run black --check .
27
- run: pipenv run flake8
28
- run: pipenv run mypy
0 commit comments