Skip to content

Commit

Permalink
Revert "Add debugging to pre-commit"
Browse files Browse the repository at this point in the history
This reverts commit 86accab.
  • Loading branch information
abravalheri committed Jan 6, 2023
1 parent 2fbdda3 commit c88dbae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/system/test_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,6 @@ def test_new_project_does_not_fail_pre_commit(cwd, pre_commit, putup):
# then the newly generated files should not result in errors when
# pre-commit runs...
try:
print(f"{list(Path().glob('*'))=}")
print(f"{Path('.pre-commit-config.yaml').read_text()=}")
run(f"{pre_commit} install")
run(f"{pre_commit} run --all")
except CalledProcessError as ex:
Expand Down

0 comments on commit c88dbae

Please sign in to comment.