mirror of
https://github.com/qdrant/fastembed.git
synced 2026-07-31 15:11:40 -05:00
* chore: formatting * chore: formatting * chore: remove other hooks * Update poetry lock --------- Co-authored-by: Nirant Kasliwal <nirant.bits@gmail.com>
10 lines
241 B
YAML
10 lines
241 B
YAML
repos:
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
rev: v0.1.13
|
|
hooks:
|
|
- id: ruff
|
|
types_or: [ python, pyi, jupyter ]
|
|
args: [ --fix ]
|
|
- id: ruff-format
|
|
types_or: [ python, pyi, jupyter ]
|