Skip to content

Commit

Permalink
chore(pre-commit): autoupdate hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/astral-sh/ruff-pre-commit: v0.6.8 → v0.7.0](astral-sh/ruff-pre-commit@v0.6.8...v0.7.0)
- [github.com/asottile/pyupgrade: v3.17.0 → v3.18.0](asottile/pyupgrade@v3.17.0...v3.18.0)
- [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.12.1](pre-commit/mirrors-mypy@v1.11.2...v1.12.1)
- [github.com/gitleaks/gitleaks: v8.19.3 → v8.21.1](gitleaks/gitleaks@v8.19.3...v8.21.1)
  • Loading branch information
pre-commit-ci[bot] authored Oct 21, 2024
1 parent d3273e1 commit 685a841
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 685a841

Please sign in to comment.