diff --git a/Makefile b/Makefile index 364c956..642b657 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,3 @@ SHELL := /bin/bash .PHONY: dev dev: @go run cmd/app/main.go - -lint: - @pre-commit run -a --hook-stage pre-commit