aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2026-01-16 15:37:26 +0800
committerHsiangNianian <i@jyunko.cn>2026-01-16 15:37:26 +0800
commit6beecb0dc8854ae2ed79da4a2be6e8bd895349e0 (patch)
tree44a57ce1926bc8de112250a96f8268dadf9d10bb /pyproject.toml
parentcfa49be141ec3edd01d524b5230c7405b47dfd69 (diff)
downloadDropOut-6beecb0dc8854ae2ed79da4a2be6e8bd895349e0.tar.gz
DropOut-6beecb0dc8854ae2ed79da4a2be6e8bd895349e0.zip
chore: update pre-commit configuration and remove unnecessary dependencies
Modified the .pre-commit-config.yaml to include additional hooks and reorganized the repository structure. Updated pyproject.toml to remove the pre-commit dependency, streamlining the project configuration.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 10e6bbf..d49374f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,9 +4,7 @@ dynamic = ["version"]
description = "DropOut is a modern, minimalist, and efficient Minecraft launcher built with the latest web and system technologies. It leverages Tauri v2 to deliver a lightweight application with a robust Rust backend and a reactive Svelte 5 frontend."
readme = "README.md"
requires-python = ">=3.10"
-dependencies = [
- "pre-commit>=4.5.1",
-]
+dependencies = []
[build-system]
requires = ["hatchling"]