2 Star 1 Fork 0

常觞/lightning-attention

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.pre-commit-config.yaml 660 Bytes
一键复制 编辑 原始数据 按行查看 历史
Doraemonzzz 提交于 2024-01-14 11:49 . update autoflake
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 22.10.0
hooks:
- id: black
- repo: https://github.com/PyCQA/autoflake
rev: v2.2.1
hooks:
- id: autoflake
args:
- "--in-place"
- "--expand-star-imports"
- "--remove-duplicate-keys"
- "--remove-unused-variables"
- "--remove-all-unused-imports"
- "--exclude=__init__.py"
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/qzl9999/lightning-attention.git
git@gitee.com:qzl9999/lightning-attention.git
qzl9999
lightning-attention
lightning-attention
main

搜索帮助