Skip to content

Commit f6882a9

Browse files
committed
Add taskipy for tasks
1 parent 449cb12 commit f6882a9

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,19 @@ schedule = "1.2.0"
2929
python-dotenv = "1.0.0"
3030
loguru = "0.7.2"
3131

32-
[tool.poetry.dev-dependencies]
32+
[tool.poetry.group.dev.dependencies]
3333
pre-commit = "3.4.0"
3434
ruff = "0.0.288"
35+
taskipy = "1.12.0"
3536

3637
[tool.poetry.scripts]
3738
olli = "olli.__main__:start"
3839

40+
[tool.taskipy.tasks]
41+
lint = "pre-commit run --all-files"
42+
precommit = "pre-commit install"
43+
olli = "python -m olli"
44+
3945
[tool.ruff]
4046
target-version = "py311"
4147
extend-exclude = [".cache"]

0 commit comments

Comments
 (0)