Skip to content

Commit 9096307

Browse files
committed
chore(makefile): update commands
1 parent 4e09a77 commit 9096307

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

Makefile

+6-8
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
1-
.PHONY: all clean test checks find
1+
.PHONY: all clean test default checks pc find
22

3-
install-all: install pc-install
3+
default: checks
44

55
install:
6-
poetry install --sync
7-
8-
pc-install:
96
pre-commit install
7+
poetry install --sync
108

11-
update-latest:
9+
update:
1210
poetry up --latest
1311

14-
checks: pc-run
12+
checks: pc
1513

16-
pc-run:
14+
pc:
1715
pre-commit run -a
1816

1917
find: find-empty find-nonmask find-test find-old

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "encode-scripts"
33
version = "0.0.0"
44
description = "Vapoursynth scripts"
5-
authors = ["DeadNews <aurczpbgr@mozmail.com>"]
5+
authors = ["DeadNews <deadnewsgit@gmail.com>"]
66

77
[tool.poetry.dependencies]
88
python = ">=3.11,<3.13"

0 commit comments

Comments
 (0)