From ba0b78525bc0b23f4ec97e35d2d224a0af8cc581 Mon Sep 17 00:00:00 2001 From: "Felt, Nicholas" Date: Thu, 19 Dec 2024 13:12:34 -0800 Subject: [PATCH] chore: Debug failing pre-commit hook --- pyproject.toml | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6518dcc..ba2d8e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,6 +50,19 @@ toml-sort = "0.24.2" yamlfix = "1.17.0" [tool.poetry.group.dev.dependencies] +mdformat-admon = "*" +mdformat-beautysh = "*" +mdformat-footnote = "*" +mdformat-frontmatter = "*" +mdformat-gfm = "*" +mdformat-gfm-alerts = "*" +mdformat-mkdocs = "*" +mdformat-shfmt = "*" +mdformat-simple-breaks = "*" +mdformat-tables = "*" +mdformat-toc = "*" +mdformat-web = "*" +mdformat-wikilink = "*" pip = "^24.0" poetry-audit-plugin = "^0.4.0" poetry-plugin-export = "1.8.0" @@ -276,20 +289,6 @@ python = install_command = python -I -m pip install --upgrade --upgrade-strategy=eager {opts} {packages} deps = poetry - setuptools - mdformat-admon - mdformat-beautysh - mdformat-footnote - mdformat-frontmatter - mdformat-gfm - mdformat-gfm-alerts - mdformat-mkdocs - mdformat-shfmt - mdformat-simple-breaks - mdformat-tables - mdformat-toc - mdformat-web - mdformat-wikilink setenv = # Skip pre-commit checks that are not needed SKIP = file-contents-sorter