markdownlint-cli icon indicating copy to clipboard operation
markdownlint-cli copied to clipboard

Feature: Support reading configuration from pyproject.toml

Open lyz-code opened this issue 5 years ago • 1 comments

Hi. It seems that Python is slowly migrating to store all project configuration into the pyproject.toml file (PEP 518).

Can markdownlint-cli support this configuration method? Specifically, it would be nice if markdownlint-cli could understand [tool.markdownlint] section in the pyproject.toml file.

Not being Python based I can understand that you don't want to invest the effort.

lyz-code avatar Oct 16 '20 17:10 lyz-code

+1 Please support!

adam-grant-hendry avatar Jul 02 '22 22:07 adam-grant-hendry

Hi @DavidAnson ! Are there any updates on this? To be able to store markdownlint-cli's configuration in pyproject.toml file, like other tools ruff, pytest, etc do?

odimko avatar Mar 26 '24 13:03 odimko

There are two parts to achieving this. The first is done by the issue linked above. The second is described by me here: https://github.com/igorshubovych/markdownlint-cli/pull/457#issuecomment-1945283551

DavidAnson avatar Mar 26 '24 16:03 DavidAnson

+1 Adding my voice to those requesting support for configuration from pyproject.toml