Command make doesn't work anymore
When executing make
command, an error occurs:
make
black *.py
Usage: black [OPTIONS] SRC ...
Try 'black -h' for help.
Error: Invalid value for 'SRC ...': Path '*.py' does not exist.
make: *** [Makefile:3: lint] Error 2