Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove pre-commit things just like #5559
  • Loading branch information
disq committed Dec 14, 2022
commit da866b3607cf19875c3b97b62b5a52ea70c6965e
6 changes: 0 additions & 6 deletions plugins/source/vercel/.pre-commit-config.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions plugins/source/vercel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ install-tools:
@echo Installing tools from tools/tool.go
Comment thread
disq marked this conversation as resolved.
Outdated
@cat tools/tool.go | grep _ | awk -F'"' '{print $$2}' | xargs -tI % go install %

# Install pre-commit hooks. This requires pre-commit to be installed (https://pre-commit.com/)
.PHONY: install-hooks
install-hooks:
pre-commit install

.PHONY: gen-docs
gen-docs:
rm -rf ./docs/tables/*
Expand Down