Skip to content

Commit

Permalink
Fix makefile to remove all residues
Browse files Browse the repository at this point in the history
  • Loading branch information
mijaros committed Jan 13, 2024
1 parent c52e08a commit ea3ea84
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 @@ -15,7 +15,7 @@ update: setup_poetry

clean:
poetry env remove --all
rm .mk_poetry*
rm -rf .mk_poetry* dist

check: setup_poetry
poetry run flake8 osia --max-line-length 100 --show-source --statistics
Expand Down

0 comments on commit ea3ea84

Please sign in to comment.