Skip to content

Commit c6a6f55

Browse files
committed
remove pre-commit on Circle
1 parent 72ee875 commit c6a6f55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545
name: Check Code Style using pre-commit
4646
command: |
4747
. ~/env/bin/activate
48-
pre-commit run --show-diff-on-failure --all-files
48+
# we enabled pre-commit.ci for the repo so no need to run it on Circle here again
49+
# pre-commit run --show-diff-on-failure --all-files
4950
- run:
5051
name: Setup.py develop
5152
command: |

0 commit comments

Comments
 (0)