Skip to content

Commit

Permalink
Be specific about using the pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ArjaanBuijk committed Apr 29, 2021
1 parent 988012c commit 4530be5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
echo "------------------------------------"
cp tests/test_actions.py tests/test_actions.py.save
echo "cat tests/test_actions.py.save"
cat -n tests/test_actions.py.save
echo "------------------------------------"
make formatter
echo "------------------------------------"
echo "cat tests/test_actions.py"
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ clean:
rm -rf docs/_build

formatter:
black actions tests
black --verbose --config pyproject.toml actions tests

lint:
flake8 actions tests
black --check actions tests
black --check --verbose --config pyproject.toml actions tests

types:
pytype --keep-going actions tests
Expand Down

0 comments on commit 4530be5

Please sign in to comment.