Skip to content

Commit 6da4e35

Browse files
committed
Use newer version of packit/pre-commit-hooks
Since packit 1.6.0 `validate-config` was changed to `config validate`, new version of packit/pre-commit-hooks supports both. This started to happen now because since rpm-software-management/ci-dnf-stack#1771 packit is installed in `dnf-ci-host`. Previously without packit the `pre-commit - Validate package config` check was a no-op.
1 parent 8e0f44b commit 6da4e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ repos:
2929
- id: rpmlint
3030
# Passes if packit not installed. Needed for validation locally
3131
- repo: https://github.com/packit/pre-commit-hooks
32-
rev: v1.2.0
32+
rev: v1.3.0
3333
hooks:
3434
- id: validate-config

0 commit comments

Comments
 (0)