Skip to content

Commit

Permalink
refactor: update pre-commit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MVladislav committed Oct 18, 2024
1 parent d2c9383 commit acadfba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repos:
- json

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
# Safety
- id: detect-private-key
Expand Down Expand Up @@ -59,7 +59,7 @@ repos:
- --exclude-files=templates/pam/pwhistory.j2

- repo: https://github.com/gitleaks/gitleaks
rev: v8.18.4
rev: v8.21.1
hooks:
- id: gitleaks

Expand All @@ -70,7 +70,7 @@ repos:

# ANSIBLE --------------------------------------------------------------------
- repo: https://github.com/ansible-community/ansible-lint
rev: v24.7.0
rev: v24.9.2
hooks:
- id: ansible-lint
name: Ansible-lint
Expand Down

0 comments on commit acadfba

Please sign in to comment.