Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/charliermarsh/ruff-pre-commit: v0.0.267 → v0.0.272](astral-sh/ruff-pre-commit@v0.0.267...v0.0.272)
- [github.com/adrienverge/yamllint: v1.31.0 → v1.32.0](adrienverge/yamllint@v1.31.0...v1.32.0)
- [github.com/zricethezav/gitleaks: v8.16.3 → v8.16.4](gitleaks/gitleaks@v8.16.3...v8.16.4)
  • Loading branch information
pre-commit-ci[bot] committed Jun 12, 2023
1 parent a917f0a commit 96c921d
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 @@ -5,7 +5,7 @@ repos:
- id: identity
- id: check-hooks-apply
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.267'
rev: 'v0.0.272'
hooks:
- id: ruff
- repo: https://github.com/psf/black
Expand All @@ -24,7 +24,7 @@ repos:
args:
- "--github"
- repo: https://github.com/adrienverge/yamllint
rev: v1.31.0
rev: v1.32.0
hooks:
- id: yamllint
args: ["--strict"]
Expand All @@ -38,6 +38,6 @@ repos:
- id: check-yaml
- id: debug-statements
- repo: https://github.com/zricethezav/gitleaks
rev: v8.16.3
rev: v8.16.4
hooks:
- id: gitleaks

0 comments on commit 96c921d

Please sign in to comment.