7 Star 15 Fork 0

Gitee 极速下载/bokeh

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/bokeh/bokeh
克隆/下载
.pre-commit-config.yaml 2.37 KB
一键复制 编辑 原始数据 按行查看 历史
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
---
default_stages: [push]
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.2
hooks:
- id: ruff
stages: [commit]
- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.10.1
hooks:
- id: validate-pyproject
name: Validate pyproject.toml
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
hooks:
- id: check-yaml
name: Validate YAML files
exclude: conda/recipe/meta.yaml
- id: check-json
name: Validate JSON files
- repo: local
hooks:
- id: run-code-quality
name: Run code quality checks
entry: pytest tests/codebase/test_code_quality.py
language: conda
pass_filenames: false
- id: run-eslint
name: Run ESLint
entry: pytest tests/codebase/test_eslint.py
language: conda
pass_filenames: false
- id: run-isort
name: Run isort checks
entry: pytest tests/codebase/test_isort.py
language: conda
pass_filenames: false
- id: run-ruff
name: Run ruff checks
entry: pytest tests/codebase/test_ruff.py
language: conda
pass_filenames: false
- id: run-vermin
name: Run vermin checks
entry: pytest tests/codebase/test_vermin.py
language: conda
pass_filenames: false
- id: validate-license
name: Validate LICENSE file
entry: pytest tests/codebase/test_license.py
language: conda
pass_filenames: false
- id: check-exclusions
name: Verify package exclusions
entry: pytest tests/codebase -k test_no
language: conda
pass_filenames: false
- id: check-optimized
name: Verify that OO mode works
entry: pytest tests/codebase/test_python_execution_with_OO.py
language: conda
pass_filenames: false
- id: check-windows-filenames
name: Check for reserved windows filenames
entry: pytest tests/codebase/test_windows_reserved_filenames.py
language: conda
pass_filenames: false
- id: protect-branches
name: Protect Git branches
entry: python scripts/hooks/protect_branches.py
language: conda
pass_filenames: false
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/bokeh.git
git@gitee.com:mirrors/bokeh.git
mirrors
bokeh
bokeh
branch-3.5

搜索帮助