Skip to content

Commit

Permalink
[DP-2579] Upgrade ih-setup pre-commit (#56)
Browse files Browse the repository at this point in the history
**Problem**

When using pre-commit 2.15.0, it lacks a [very helpful error message
](https://github.com/pre-commit/pre-commit/blob/5027592625f8df286dea831e84e7bf83021b7c1b/pre_commit/repository.py#L104)when
python hooks are incompatible with the python environment being used.

**Proposal**

Upgrade pre-commit in `/lib/core/asdf/.tool-versions` from 2.15.0 to
3.2.2

**Impact**

- engineers can more easily debug python hook issues
  • Loading branch information
chriscerk committed Jun 16, 2023
1 parent 9296726 commit 5edab91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ruby 2.7.2
python 3.9.7
pre-commit 2.15.0
pre-commit 3.2.2
shfmt 3.4.1
shellcheck 0.8.0
2 changes: 1 addition & 1 deletion lib/core/asdf/.tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ golang 1.16.3
helm 3.6.1
nodejs 16.2.0
protoc 3.17.3
pre-commit 2.15.0
pre-commit 3.2.2
ruby 2.7.2
terraform 1.0.3
vault 1.8.3

0 comments on commit 5edab91

Please sign in to comment.