Skip to content

Commit

Permalink
Merge pull request #5 from radarhere/makefile_updates
Browse files Browse the repository at this point in the history
Added isort to lint-fix
  • Loading branch information
wiredfool committed Jan 1, 2021
2 parents 31b6e80 + 4f28ed3 commit a955e97
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Expand Up @@ -41,8 +41,8 @@ help:
@echo " install-coverage make and install with C coverage"
@echo " install-req install documentation and test dependencies"
@echo " install-venv (deprecated) install in virtualenv"
@echo " lint run the lint checks"
@echo " lint-fix run black to (mostly) fix lint issues."
@echo " lint run the lint checks"
@echo " lint-fix run black to (mostly) fix lint issues."
@echo " release-test run code and package tests before release"
@echo " test run tests on installed pillow"
@echo " upload build and upload sdists to PyPI"
Expand Down Expand Up @@ -114,3 +114,4 @@ lint:
.PHONY: lint-fix
lint-fix:
black --target-version py36 .
isort .

0 comments on commit a955e97

Please sign in to comment.