mirror of
https://github.com/qdrant/fastembed.git
synced 2026-07-23 11:20:51 -05:00
* refactoring: reduce max line-length * new: update ruff --------- Co-authored-by: Nirant <NirantK@users.noreply.github.com>
10 lines
240 B
YAML
10 lines
240 B
YAML
repos:
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
rev: v0.3.4
|
|
hooks:
|
|
- id: ruff
|
|
types_or: [ python, pyi, jupyter ]
|
|
args: [ --fix ]
|
|
- id: ruff-format
|
|
types_or: [ python, pyi, jupyter ]
|