Skip to content

Update dependency to mdformat 1.0.0 #60

@fyliu

Description

@fyliu

mdformat decided to tag 1.0.0 yesterday and unfortunately that's the exact date I tried to install pre-commit with `mdformat on a new project. Changelog link

I also use pre-commit-update, which upped the version to the latest (1.0.0) and made mdformat-mkdocs uninstallable.

-   repo: https://github.com/executablebooks/mdformat
    rev: 1.0.0
    hooks:
    -   id: mdformat
        additional_dependencies:
        -   mdformat-mkdocs[recommended]>=4.1.2

-   repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update
    rev: v0.8.0
    hooks:
    -   id: pre-commit-update

My workaround for now is to not update mdformat (last line)

-   repo: https://github.com/executablebooks/mdformat
    rev: 0.7.22
    hooks:
    -   id: mdformat
        additional_dependencies:
        -   mdformat-mkdocs[recommended]>=4.1.2

-   repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update
    rev: v0.8.0
    hooks:
    -   id: pre-commit-update
        args: [--keep, mdformat]

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions