mirror of
https://github.com/mistralai/mistral-vibe
synced 2026-04-25 17:14:55 +02:00
Co-authored-by: Quentin Torroba <quentin.torroba@mistral.ai> Co-authored-by: Clément Siriex <clement.sirieix@mistral.ai> Co-authored-by: Kim-Adeline Miguel <kimadeline.miguel@mistral.ai> Co-authored-by: Michel Thomazo <michel.thomazo@mistral.ai> Co-authored-by: Clément Drouin <clement.drouin@mistral.ai>
36 lines
814 B
YAML
36 lines
814 B
YAML
---
|
|
repos:
|
|
- repo: https://github.com/mpalmer/action-validator
|
|
rev: v0.7.0
|
|
hooks:
|
|
- id: action-validator
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v5.0.0
|
|
hooks:
|
|
- id: check-toml
|
|
- id: check-yaml
|
|
- id: end-of-file-fixer
|
|
- id: trailing-whitespace
|
|
exclude: tests/snapshots/.*\.svg$
|
|
|
|
- repo: https://github.com/fsouza/mirrors-pyright
|
|
rev: v1.1.407
|
|
hooks:
|
|
- id: pyright
|
|
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
rev: v0.14.5
|
|
hooks:
|
|
- id: ruff-check
|
|
args: [--fix, --unsafe-fixes]
|
|
- id: ruff-format
|
|
args: [--check]
|
|
|
|
- repo: https://github.com/crate-ci/typos
|
|
rev: v1.34.0
|
|
hooks:
|
|
- id: typos
|
|
args: [--write-changes]
|
|
exclude: __snapshots__/.*\.svg$
|