Skip to content

Commit

Permalink
Generate headers when formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamenot committed Nov 4, 2022
1 parent d799dfd commit e16032f
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 @@ -139,7 +139,7 @@ clean:
rm -f .coverage*

.PHONY: format
format:
format: gen-header
echo "isort, version `isort --version-number`"
isort -m VERTICAL_HANGING_INDENT --skip-gitignore --ac --tc --profile black ./baselines/marl_benchmark/ ./cli ./envision ./examples/ ./utils/ ./scenarios/ ./smarts ./ultra ./zoo
black --version
Expand Down

0 comments on commit e16032f

Please sign in to comment.