我在里面有Makefile和命令:
.PHONY: lint
lint:
poetry run flake8p我得到以下错误:
There was a critical error during execution of Flake8:
plugin code for `flake8-mock[flake8_mock]` does not match ^[A-Z]{1,3}[0-9]{0,3}$
make: *** [lint] Error 1我怎么才能修好它?
发布于 2022-08-18 20:37:21
https://stackoverflow.com/questions/73406780
复制相似问题