Skip to content

Commit

Permalink
Merge branch 'main' into pnast/feature/mic-5679-jenkins-reuse
Browse files Browse the repository at this point in the history
  • Loading branch information
patricktnast authored Jan 13, 2025
2 parents efc9a5f + 28e2e46 commit f905bc2
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 @@ -85,8 +85,8 @@ install: # Install setuptools, install this package in editable mode
# start failing again until everything gets merged to main).

format: setup.py pyproject.toml $(MAKE_SOURCES) # Run the code formatter and import sorter
black $(LOCATIONS)
isort $(LOCATIONS)
black $(LOCATIONS)
@echo "Ignore, Created by Makefile, `date`" > $@

e2e: $(MAKE_SOURCES) # Run all (--runslow) end-to-end tests
Expand Down

0 comments on commit f905bc2

Please # to comment.