Skip to content
This repository was archived by the owner on Dec 8, 2023. It is now read-only.

Commit 8b40e23

Browse files
committed
Add flake8 rule to makefile.
1 parent 09949e3 commit 8b40e23

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ black: install-dev
4242
isort: install-dev
4343
$(VENV)/bin/isort --recursive setup.py alma
4444

45+
flake8: install-dev
46+
$(VENV)/bin/flake8 setup.py alma
47+
4548
build-requirements:
4649
$(VIRTUALENV) $(TEMPDIR)
4750
$(TEMPDIR)/bin/pip install -U pip

0 commit comments

Comments
 (0)