feat: remove telemetry

This commit is contained in:
Junyan Qin
2025-05-10 16:17:01 +08:00
parent d1f7b93d77
commit 425681ea09
18 changed files with 17 additions and 525 deletions

View File

@@ -3,7 +3,11 @@ repos:
# Ruff version.
rev: v0.11.7
hooks:
# Run the linter.
# Run the linter of backend.
- id: ruff
# Run the formatter.
- id: ruff-format
# Run the formatter of backend.
- id: ruff-format
# Run the linter of frontend.
- id: eslint
# Run the formatter of frontend.
- id: eslint-format