Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #85 from gruntwork-io/yori-fix-build
Browse files Browse the repository at this point in the history
Fix pre-commit
  • Loading branch information
yorinasub17 authored Mar 24, 2020
2 parents 377b6aa + e46a17b commit 0fba18c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,13 @@ jobs:

# Fail the build if the pre-commit hooks don't pass. Note: if you run pre-commit install locally, these hooks will
# execute automatically every time before you commit, ensuring the build never fails at this step!
- run: pip install pre-commit==1.11.2
- run: pre-commit install
- run: pre-commit run --all-files
- run:
name: run pre-commit hooks
command: |
pyenv global 3.5.2
pip install pre-commit==1.21.0 cfgv==2.0.1
pre-commit install
pre-commit run --all-files
- persist_to_workspace:
root: /home/circleci
Expand Down

0 comments on commit 0fba18c

Please sign in to comment.