add tw stock name searching
This commit is contained in:
@ -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
|
||||
Reference in New Issue
Block a user