diff options
| author | 2025-03-02 16:11:43 +0000 | |
|---|---|---|
| committer | 2025-03-02 16:16:36 +0000 | |
| commit | 804726510d8f85be7757e962e045032649852c4f (patch) | |
| tree | 0c232ae9da608083dcc843258254d542904ba0e0 /pyproject.toml | |
| parent | Add a docker ignore file (diff) | |
Replace taskipy with make
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/pyproject.toml b/pyproject.toml index 6852238..e4e3024 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,6 @@ description = "King Arthur is a helper for the Python Discord DevOps team." dev = [ "pre-commit==4.1.0", "ruff==0.9.6", - "taskipy==1.14.1", ] [project.optional-dependencies] @@ -37,12 +36,6 @@ ldap = [ "bonsai<2.0.0,>=1.5.3", ] -[tool.taskipy.tasks] -start = "python -m arthur" -lint = "pre-commit run --all-files" -format = "ruff format arthur" -precommit = "pre-commit install" - [tool.ruff] target-version = "py313" extend-exclude = [".cache"] |