Skip to content

Commit

Permalink
Clean up Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorbaca committed Feb 19, 2025
1 parent 090015b commit e66ad9c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,13 @@ flake8:

isort-check:
isort --case-sensitive --check-only --line-width=88 --multi-line=3 \
--project=rmakers --thirdparty=abjad --thirdparty=abjadext \
--thirdparty=baca --thirdparty=ply --thirdparty=uqbar \
--trailing-comma --use-parentheses .
--project=rmakers --thirdparty=abjad --thirdparty=baca \
--thirdparty=ply --thirdparty=uqbar --trailing-comma --use-parentheses .

isort-reformat:
isort --case-sensitive --line-width=88 --multi-line=3 \
--project=rmakers --thirdparty=abjad --thirdparty=abjadext \
--thirdparty=baca --thirdparty=ply --thirdparty=uqbar \
--trailing-comma --use-parentheses .
--project=rmakers --thirdparty=abjad --thirdparty=baca \
--thirdparty=ply --thirdparty=uqbar --trailing-comma --use-parentheses .

mypy:
mypy source
Expand Down

0 comments on commit e66ad9c

Please sign in to comment.