Skip to content

Commit

Permalink
Merge pull request #24 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 24, 2024
2 parents bb4b9d2 + 685a841 commit c307f6c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-ast # checks Python syntax
- id: check-json # checks JSON syntax
Expand All @@ -22,7 +22,7 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.8
rev: v0.7.0
hooks:
- id: ruff
# Exclude tests and tutorials
Expand Down Expand Up @@ -50,12 +50,12 @@ repos:
additional_dependencies: ["bandit[toml]"]

- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.18.0
hooks:
- id: pyupgrade

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.11.2'
rev: 'v1.12.1'
hooks:
- id: mypy
files: temporalscope
Expand All @@ -67,7 +67,7 @@ repos:
- id: shellcheck

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

Expand All @@ -76,4 +76,4 @@ repos:
hooks:
- id: commitizen
- id: commitizen-branch
stages: [push]
stages: [pre-push]

0 comments on commit c307f6c

Please sign in to comment.