Skip to content

Commit

Permalink
build: a target to summarize make upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Dec 7, 2022
1 parent 18681c4 commit 7e0e072
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -97,6 +97,8 @@ upgrade: ## Update the *.pip files with the latest packages satisfying *.in
$(PIP_COMPILE) -o doc/requirements.pip doc/requirements.in
$(PIP_COMPILE) -o requirements/lint.pip doc/requirements.in requirements/dev.in

diff_upgrade: ## Summarize the last `make upgrade`
@git diff -U0 | grep -v '^@' | grep == | sort -k1.2,1.99 -k1.1,1.1r -u

##@ Pre-builds for prepping the code

Expand Down

0 comments on commit 7e0e072

Please sign in to comment.