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 ba0b785 commit 039a053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ setenv =
commands_pre =
python -m poetry install --sync
commands =
!tests: mdformat --check --number --end-of-line keep .
!tests: mdformat --exclude **/.tox/** --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 039a053

Please sign in to comment.