mirror of
https://github.com/run-llama/mongo-genai-showcase.git
synced 2026-07-01 21:54:00 -04:00
23 lines
567 B
YAML
23 lines
567 B
YAML
|
|
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v5.0.0
|
|
hooks:
|
|
- id: check-added-large-files
|
|
- id: check-case-conflict
|
|
- id: check-toml
|
|
- id: check-yaml
|
|
- id: debug-statements
|
|
- id: end-of-file-fixer
|
|
- id: forbid-new-submodules
|
|
- id: trailing-whitespace
|
|
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
# Ruff version.
|
|
rev: v0.8.2
|
|
hooks:
|
|
- id: ruff-format
|
|
exclude: notebooks/techniques/evaluating_information_retrival_techniques_mongondb_langchain.ipynb
|
|
- id: ruff
|
|
args: ["--fix", "--show-fixes"]
|