mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Factor out bash and activate files
This commit is contained in:
parent
00a3a9a09b
commit
a5b56bd9e3
13 changed files with 149 additions and 189 deletions
3
Makefile
3
Makefile
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
REBUILD_FLAG =
|
||||
|
||||
.PHONY: all
|
||||
|
|
@ -21,7 +20,7 @@ test: .venv.touch
|
|||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
find . -iname '*.pyc' | xargs rm -f
|
||||
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