Skip to content

Commit 963fd59

Browse files
committed
build: upgrade should also do pre-commit
1 parent a894ef9 commit 963fd59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ _upgrade: $(DOCBIN)
116116
$(PIP_COMPILE) -o requirements/light-threads.pip requirements/light-threads.in
117117
$(PIP_COMPILE) -o requirements/mypy.pip requirements/mypy.in
118118
$(PIP_COMPILE) -p $(DOCBIN)/python3 -o doc/requirements.pip doc/requirements.in
119+
pre-commit autoupdate
119120

120121
diff_upgrade: ## Summarize the last `make upgrade`
121122
@# The sort flags sort by the package name first, then by the -/+, and

0 commit comments

Comments
 (0)