diff --git a/Makefile b/Makefile index e746a08..8cce65e 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,8 @@ test: format: black . +lint: + flake8 . # ==== Docker Workflow ==== .PHONY: docker-build docker-run docker-run-clean dev-docker docker-stop