We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09949e3 commit 8b40e23Copy full SHA for 8b40e23
1 file changed
Makefile
@@ -42,6 +42,9 @@ black: install-dev
42
isort: install-dev
43
$(VENV)/bin/isort --recursive setup.py alma
44
45
+flake8: install-dev
46
+ $(VENV)/bin/flake8 setup.py alma
47
+
48
build-requirements:
49
$(VIRTUALENV) $(TEMPDIR)
50
$(TEMPDIR)/bin/pip install -U pip
0 commit comments