#precommit weird error

1 messages · Page 1 of 1 (latest)

lucid horizon
#
repos:
-   repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v4.4.0
    hooks:
    -   id: check-yaml
    -   id: end-of-file-fixer
    -   id: trailing-whitespace
-   repo: https://github.com/psf/black
    rev: 23.3.0
    hooks:
    -   id: black
-   repo: https://github.com/PyCQA/isort
    rev: 5.12.0
    hooks:
    -   id: isort
        exclude: '^(env)'
-   repo: https://github.com/charliermarsh/ruff
    rev: v0.0.264
    hooks:
      - id: ruff
#

it was working fine before adding ruff

#

but i can't understand with the error that why it is saying invalid manifest

#

btw i figured out what was error

#

acutally they have ruff-pre-commit repo for pre-commit