Skip to content

Commit

Permalink
update: isort param
Browse files Browse the repository at this point in the history
  • Loading branch information
kozistr committed Oct 11, 2020
1 parent 1a2cef1 commit fa1bd83
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 @@ -5,7 +5,7 @@ init:
pipenv install --dev

check:
isort --recursive --check-only awesome_gans
isort --check-only awesome_gans
black -S -l 120 --check awesome_gans
pylint awesome_gans

Expand Down

0 comments on commit fa1bd83

Please sign in to comment.