From 3fed49fb497ca322a747564634f5888b3bbea71d Mon Sep 17 00:00:00 2001 From: Paul Robinson <5199899+pacrob@users.noreply.github.com> Date: Fri, 12 Jan 2024 14:50:29 -0700 Subject: [PATCH] Update config.yml Drop the `install pre-commit` step here, as it is installed for all linting ci via the tox env deps --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5dcf0010..25d1d7b3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -25,9 +25,6 @@ common: &common command: | python -m pip install --upgrade pip python -m pip install tox - - run: - name: install pre-commit - command: python -m pip install --progress-bar=off pre-commit - run: name: run tox command: python -m tox run -r