Skip to content

Commit

Permalink
chore: Debug failing pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 committed Dec 19, 2024
1 parent 61fc6bb commit ba0b785
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ba0b785

Please sign in to comment.