diff --git a/Makefile b/Makefile index a8723b3..c69e001 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ all: deps lint man package install # Install dependent pip packages, needed to lint or build deps: - $(PYTHON) -m pip install black isort pylint mypy build twine pytest pytest-mock + $(PYTHON) -m pip install black==24.1.1 isort pylint mypy build twine pytest pytest-mock $(PYTHON) -m pip install . # Format using black