Skip to content

Commit

Permalink
.travis.yml: Pin current pre-commit version to prevent future breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
Holzhaus committed Feb 4, 2020
1 parent b45aa57 commit 9c6d92a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
directories:
- $HOME/.cache/pre-commit
before_install:
- pip install pre-commit
- pip install pre-commit==2.0.1
script:
- pre-commit run --all-files
addons: []
Expand All @@ -46,7 +46,7 @@ jobs:
directories:
- $HOME/.cache/pre-commit
before_install:
- pip install pre-commit
- pip install pre-commit==2.0.1
script:
- pre-commit run --origin HEAD --source origin/HEAD --show-diff-on-failure
addons: []
Expand Down

0 comments on commit 9c6d92a

Please sign in to comment.