We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a894ef9 commit 963fd59Copy full SHA for 963fd59
Makefile
@@ -116,6 +116,7 @@ _upgrade: $(DOCBIN)
116
$(PIP_COMPILE) -o requirements/light-threads.pip requirements/light-threads.in
117
$(PIP_COMPILE) -o requirements/mypy.pip requirements/mypy.in
118
$(PIP_COMPILE) -p $(DOCBIN)/python3 -o doc/requirements.pip doc/requirements.in
119
+ pre-commit autoupdate
120
121
diff_upgrade: ## Summarize the last `make upgrade`
122
@# The sort flags sort by the package name first, then by the -/+, and
0 commit comments