@@ -2,8 +2,14 @@
default: format
ifeq ($(OS),Windows_NT)
PYTHON?=py -3.8
else
PYTHON?=python3
endif
lint:
py -3.8 -m black -t py38 --check --diff .
$(PYTHON) -m black -t py38 --check --diff .
format:
py -3.8 -m black -t py38 .
$(PYTHON) -m black -t py38 .
The note is not visible to the blocked user.