3 Star 5 Fork 0

Gitee 极速下载/django-wiki

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/django-wiki/django-wiki
克隆/下载
.pre-commit-config.yaml 800 Bytes
一键复制 编辑 原始数据 按行查看 历史
Benjamin Bach 提交于 2024-02-18 14:35 . Add pyupgrade to pre-commit
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.3
hooks:
- id: ruff
language_version: python3
- id: ruff-format
language_version: python3
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: trailing-whitespace
exclude: |
(?x)^(
.tx/|
src/wiki/static/wiki/bootstrap/js/.*
)$
- id: check-added-large-files
- id: debug-statements
- id: end-of-file-fixer
exclude: |
(?x)^(
.tx/|
src/wiki/static/wiki/bootstrap/js/.*|
.*\.map
)$
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
hooks:
- id: pyupgrade
args: ["--py39-plus"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mirrors/django-wiki.git
git@gitee.com:mirrors/django-wiki.git
mirrors
django-wiki
django-wiki
main

搜索帮助