Update Makefile

missing doublequote
This commit is contained in:
Paul Robinson
2023-10-04 13:55:19 -06:00
committed by GitHub
parent 2ed5fba28d
commit 0065691db7

View File

@ -5,7 +5,7 @@ CURRENT_SIGN_SETTING := $(shell git config commit.gpgSign)
help:
@echo "clean-build - remove build artifacts"
@echo "clean-pyc - remove Python file artifacts"
@echo "lint - fix linting issues with pre-commit
@echo "lint - fix linting issues with pre-commit"
@echo "test - run tests quickly with the default Python"
@echo "docs - generate docs and open in browser (linux-docs for version on linux)"
@echo "notes - consume towncrier newsfragments/ and update release notes in docs/"