Skip to content

Commit

Permalink
Upgrade precommit to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Feb 7, 2025
1 parent 7865424 commit e5abfdd
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
@@ -1,7 +1,7 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.9.3'
rev: 'v0.9.5'
hooks:
- id: ruff
types_or: [python, pyi, jupyter, toml]
Expand All @@ -22,7 +22,7 @@ repos:
- id: mixed-line-ending
args: ['--fix=no']
- repo: https://github.com/gitleaks/gitleaks
rev: v8.23.2
rev: v8.23.3
hooks:
- id: gitleaks
- repo: https://github.com/jumanjihouse/pre-commit-hooks
Expand Down

0 comments on commit e5abfdd

Please sign in to comment.