Skip to content

Commit

Permalink
Merge pull request #21 from philip-ndikum/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
chore(pre-commit): autoupdate hooks
  • Loading branch information
philip-ndikum authored Oct 5, 2024
2 parents 0f84b61 + 89b0c8d commit 766d0a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.7
rev: v0.6.8
hooks:
- id: ruff
# Exclude tests and tutorials
Expand All @@ -38,12 +38,12 @@ repos:


- repo: https://github.com/rhysd/actionlint
rev: v1.7.1
rev: v1.7.3
hooks:
- id: actionlint

- repo: https://github.com/PyCQA/bandit
rev: '1.7.9'
rev: '1.7.10'
hooks:
- id: bandit
args: ["-c", "pyproject.toml"]
Expand All @@ -67,12 +67,12 @@ repos:
- id: shellcheck

- repo: https://github.com/gitleaks/gitleaks
rev: v8.19.2
rev: v8.19.3
hooks:
- id: gitleaks

- repo: https://github.com/commitizen-tools/commitizen
rev: v3.29.0
rev: v3.29.1
hooks:
- id: commitizen
- id: commitizen-branch
Expand Down

0 comments on commit 766d0a6

Please sign in to comment.