mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-20 01:24:42 +04:00
Merge pull request #753 from pre-commit/all-repos_autofix_rm-makefile
Remove (unused) Makefile
This commit is contained in:
commit
c3d1f840c0
1 changed files with 0 additions and 26 deletions
26
Makefile
26
Makefile
|
|
@ -1,26 +0,0 @@
|
||||||
REBUILD_FLAG =
|
|
||||||
|
|
||||||
.PHONY: all
|
|
||||||
all: venv test
|
|
||||||
|
|
||||||
.PHONY: venv
|
|
||||||
venv: .venv.touch
|
|
||||||
tox -e venv $(REBUILD_FLAG)
|
|
||||||
|
|
||||||
.PHONY: tests test
|
|
||||||
tests: test
|
|
||||||
test: .venv.touch
|
|
||||||
tox $(REBUILD_FLAG)
|
|
||||||
|
|
||||||
|
|
||||||
.venv.touch: setup.py requirements-dev.txt
|
|
||||||
$(eval REBUILD_FLAG := --recreate)
|
|
||||||
touch .venv.touch
|
|
||||||
|
|
||||||
|
|
||||||
.PHONY: clean
|
|
||||||
clean:
|
|
||||||
find . -name '*.pyc' -delete
|
|
||||||
rm -rf .tox
|
|
||||||
rm -rf ./venv-*
|
|
||||||
rm -f .venv.touch
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue