Skip to content

Commit

Permalink
Remove --flake8 from make test (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
WrRan authored Sep 27, 2022
1 parent 88bd877 commit f7303d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ test:
# use this to run tests
rm -rf _ckpt_*
rm -rf ./lightning_logs
python -m coverage run --source src/lightning_utilities -m pytest src/lightning_utilities tests -v --flake8
python -m coverage run --source src/lightning_utilities -m pytest src/lightning_utilities tests -v
python -m coverage report

# specific file
Expand Down

0 comments on commit f7303d4

Please sign in to comment.