Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
twsl authored Jan 20, 2025
1 parent 1d73396 commit a042d11
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ repos:
- id: nbstripout

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.1
rev: v0.9.2
hooks:
- id: ruff
args: [--fix, -v]

- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.391
rev: v1.1.392
hooks:
- id: pyright
args: [--verbose, --project=.]
Expand All @@ -75,6 +75,6 @@ repos:
- id: vulture

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

0 comments on commit a042d11

Please sign in to comment.