Skip to content

Commit

Permalink
Added isort.
Browse files Browse the repository at this point in the history
  • Loading branch information
emeryberger committed Aug 3, 2022
1 parent 43ab9e7 commit d4e2494
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,14 @@ all: # vendor-deps $(SRC) $(OTHER_DEPS)
mypy:
-mypy $(PYTHON_SOURCES)

format: black clang-format
format: black isort clang-format

clang-format:
-clang-format -i $(C_SOURCES) --style=google

isort:
-isort $(PYTHON_SOURCES)

black:
-black -l 79 $(PYTHON_SOURCES)

Expand Down

0 comments on commit d4e2494

Please sign in to comment.