From 4883243897b38cc3060e4ecd40ed4625f28b8c70 Mon Sep 17 00:00:00 2001 From: Martin Delille Date: Sat, 16 Mar 2019 22:15:58 +0100 Subject: [PATCH] update confusable_homoglyphs in make env step --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 70692bf796..c43839c603 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,7 @@ env: requirements*.txt $(python) -m $(pip) install $(install_where) "virtualenv>=15.0.0" $(python) -m virtualenv --no-download ./env/ $(env_bin)/$(pip) install --require-hashes $$(for f in requirements_*.txt; do echo "-r $$f"; done) + $(env_bin)/python -c "from confusable_homoglyphs import cli; cli.update()" @touch env rehash-requirements: