1 Star 6 Fork 0

Gitee 极速下载 / paradedb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/paradedb/paradedb
克隆/下载
.pre-commit-config.yaml 2.08 KB
一键复制 编辑 原始数据 按行查看 历史
Philippe Noël 提交于 2024-02-13 18:27 . ci: Add Mintlify to CI (#842)
default_language_version:
python: python3.11
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: no-commit-to-branch
args: ["--branch", "main", "--branch", "staging", "--branch", "dev"]
- id: mixed-line-ending
- id: end-of-file-fixer
exclude: '(\.sql|\.out|\.rs)$'
- id: trailing-whitespace
exclude: '(\.sql|\.out|\.rs)$'
- id: check-added-large-files
- id: check-merge-conflict
- id: check-case-conflict
- id: check-docstring-first
- id: check-symlinks
- id: check-yaml
- id: check-json
- id: check-xml
- id: check-ast
- id: check-toml
- id: check-executables-have-shebangs
- id: check-shebang-scripts-are-executable
exclude: '\.rs$' # This doesn't play well with #![allow(clippy::crate_in_macro_def)]
- id: check-vcs-permalinks
- id: detect-private-key
- id: detect-aws-credentials
- id: debug-statements
- id: destroyed-symlinks
- id: fix-encoding-pragma
- id: fix-byte-order-marker
- id: requirements-txt-fixer
- repo: https://github.com/lovesegfault/beautysh
rev: v6.2.1
hooks:
- id: beautysh
args: ["--indent-size", "2"]
- repo: https://github.com/koalaman/shellcheck-precommit
rev: v0.9.0
hooks:
- id: shellcheck
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.37.0
hooks:
- id: markdownlint
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
hooks:
- id: prettier
- repo: https://github.com/doublify/pre-commit-rust
rev: v1.0
hooks:
- id: fmt
- id: clippy
- id: cargo-check
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.6
hooks:
- id: ruff
args: [--fix]
- id: ruff-format
- repo: https://github.com/pylint-dev/pylint
rev: v3.0.1
hooks:
- id: pylint
- repo: https://github.com/CoderJoshDK/precommit-mintlify-validate/
rev: v0.2.0
hooks:
- id: mintlify-validate
args: [docs]
C/C++
1
https://gitee.com/mirrors/paradedb.git
git@gitee.com:mirrors/paradedb.git
mirrors
paradedb
paradedb
dev

搜索帮助