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