add tw stock name searching

This commit is contained in:
deng
2025-11-05 09:32:06 +08:00
parent 3d67380408
commit 2755e4b4a9
4 changed files with 102 additions and 13 deletions

View File

@ -9,9 +9,11 @@ repos:
- id: check-yaml
- id: check-docstring-first
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.12.11
- repo: local
hooks:
- id: ruff
args: [--fix]
- id: ruff-format
name: ruff
entry: ruff check .
language: python
types: [python]
always_run: true