diff --git a/Makefile b/Makefile index 0ed453705..36338b2e1 100644 --- a/Makefile +++ b/Makefile @@ -114,3 +114,4 @@ lint: .PHONY: lint-fix lint-fix: black --target-version py36 . + isort .