Skip to content

Commit 3fed49f

Browse files
authored
Update config.yml
Drop the `install pre-commit` step here, as it is installed for all linting ci via the tox env deps
1 parent 608a0a9 commit 3fed49f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ common: &common
2525
command: |
2626
python -m pip install --upgrade pip
2727
python -m pip install tox
28-
- run:
29-
name: install pre-commit
30-
command: python -m pip install --progress-bar=off pre-commit
3128
- run:
3229
name: run tox
3330
command: python -m tox run -r

0 commit comments

Comments
 (0)