Skip to content

Commit

Permalink
Merge pull request #48 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 Dec 2, 2024
2 parents 54291cc + 6cd4f8c commit 222bdd9
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 @@ -22,7 +22,7 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.0
rev: v0.8.1
hooks:
- id: ruff
# Exclude tests and tutorials
Expand All @@ -43,7 +43,7 @@ repos:
- id: actionlint

- repo: https://github.com/PyCQA/bandit
rev: '1.7.10'
rev: '1.8.0'
hooks:
- id: bandit
args: ["-c", "pyproject.toml"]
Expand Down Expand Up @@ -72,7 +72,7 @@ repos:
- id: gitleaks

- repo: https://github.com/commitizen-tools/commitizen
rev: v3.31.0
rev: v4.0.0
hooks:
- id: commitizen
- id: commitizen-branch
Expand Down

0 comments on commit 222bdd9

Please sign in to comment.