Update contributing docs and remove lint from makefile (#779)

This commit is contained in:
Fábio Rosado
2022-09-21 15:22:12 +01:00
committed by GitHub
parent a1a16aba74
commit d203b60f44
2 changed files with 93 additions and 13 deletions

View File

@@ -111,10 +111,4 @@ fmt-py:
fmt-py-check:
$(conda_run) black -l 88 --check .
lint: lint-ts
@echo "Format check completed"
lint-ts:
$(conda_run) npm run lint
.PHONY: $(MAKECMDGOALS)