Skip to content

Commit b2294dc

Browse files
committed
Bump versions of pre-commit feature and hooks
1 parent 3cc838d commit b2294dc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"moby": "false" // does not work with Debian Trixie based images
1010
},
1111
"ghcr.io/devcontainers-extra/features/pre-commit:2": {
12-
"version": "4.2.0"
12+
"version": "4.5.1"
1313
}
1414
},
1515
"postCreateCommand": "${containerWorkspaceFolder}/.devcontainer/post_create_command.sh",

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # v5.0.0
3+
rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # v6.0.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer

0 commit comments

Comments
 (0)