From c7edfaddbb7c5d7d8781d002cefc22baf2763889 Mon Sep 17 00:00:00 2001 From: Philip May Date: Mon, 1 Jan 2024 21:00:40 +0100 Subject: [PATCH] Update poetry.md --- source/python/poetry.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/python/poetry.md b/source/python/poetry.md index 20c61c1..712f0de 100644 --- a/source/python/poetry.md +++ b/source/python/poetry.md @@ -51,7 +51,9 @@ You have to maintain this section in the `pyproject.toml` file by hand: black = "*" ruff = "*" mypy = "*" -mdformat = "*" +mdformat-gfm = "*" +mdformat-frontmatter = "*" +mdformat-footnote = "*" [tool.black] line-length = 119