We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e09a77 commit 9096307Copy full SHA for 9096307
Makefile
@@ -1,19 +1,17 @@
1
-.PHONY: all clean test checks find
+.PHONY: all clean test default checks pc find
2
3
-install-all: install pc-install
+default: checks
4
5
install:
6
- poetry install --sync
7
-
8
-pc-install:
9
pre-commit install
+ poetry install --sync
10
11
-update-latest:
+update:
12
poetry up --latest
13
14
-checks: pc-run
+checks: pc
15
16
-pc-run:
+pc:
17
pre-commit run -a
18
19
find: find-empty find-nonmask find-test find-old
pyproject.toml
@@ -2,7 +2,7 @@
name = "encode-scripts"
version = "0.0.0"
description = "Vapoursynth scripts"
-authors = ["DeadNews <aurczpbgr@mozmail.com>"]
+authors = ["DeadNews <deadnewsgit@gmail.com>"]
[tool.poetry.dependencies]
python = ">=3.11,<3.13"
0 commit comments