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 ec02f92 commit 61fc6bb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -276,12 +276,27 @@ 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
commands_pre =
python -m poetry install --sync
commands =
!tests: mdformat --check --number --end-of-line keep .
!tests: pre-commit run --all-files
pytest -vv -k "not test_docs" --showlocals --cov --junitxml={tox_root}/.results_{envname}/results.xml --cov-report=term --cov-report=xml:{tox_root}/.coverage_{envname}.xml --cov-report=html:{tox_root}/.results_{envname}/html --self-contained-html --html={tox_root}/.results_{envname}/results.html
Expand Down

0 comments on commit 61fc6bb

Please sign in to comment.