Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 6, 2025
1 parent 37bce91 commit 4d75efa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ repos:

# ruff
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.8.4"
rev: "v0.8.6"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand All @@ -79,7 +79,7 @@ repos:
args: ["--skip", "B101,B404"]

- repo: https://github.com/gitleaks/gitleaks
rev: v8.22.0
rev: v8.22.1
hooks:
- id: gitleaks

Expand Down

0 comments on commit 4d75efa

Please sign in to comment.