Skip to content

Commit cba87c3

Browse files
committed
Remove install as pre-commit included in PTB dependencies
1 parent 1b88520 commit cba87c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/integration/project-template/pre_commit_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ def _run_command_fixture(command, **kwargs):
4848
@pytest.fixture(scope="module")
4949
def pre_commit(run_command, new_project, poetry_path):
5050
run_command(command=["git", "init"])
51-
run_command([poetry_path, "add", "pre-commit"])
5251
run_command([poetry_path, "install"])
5352
run_command([poetry_path, "run", "--", "pre-commit", "install"])
5453

0 commit comments

Comments
 (0)