I have Makefile and command inside it:
.PHONY: lint
lint:
poetry run flake8p
I get following error:
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
How can i fix it?