1 Star 0 Fork 66

零l/akshare

forked from Gitee 极速下载/akshare 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.pre-commit-config.yaml 580 Bytes
一键复制 编辑 原始数据 按行查看 历史
akshare 提交于 2024-03-22 15:43 . chore: add comment
# commit setup
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.3.2
hooks:
# Run the linter.
- id: ruff
args: [--fix]
# Run the formatter.
- id: ruff-format
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.1.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
args: []
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/doublex_Lee/akshare.git
git@gitee.com:doublex_Lee/akshare.git
doublex_Lee
akshare
akshare
main

搜索帮助