Skip to content

Commit

Permalink
upgrade pre-commit hooks to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Oct 6, 2024
1 parent a4e5bea commit ab77d60
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
@@ -1,14 +1,14 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.6.1'
rev: 'v0.6.9'
hooks:
- id: ruff
types_or: [python, pyi, jupyter, toml]
args: [ --fix, --exit-non-zero-on-fix ]
- id: ruff-format
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -22,7 +22,7 @@ repos:
- id: mixed-line-ending
args: ['--fix=no']
- repo: https://github.com/gitleaks/gitleaks
rev: v8.18.4
rev: v8.20.0
hooks:
- id: gitleaks
- repo: https://github.com/jumanjihouse/pre-commit-hooks
Expand Down

0 comments on commit ab77d60

Please sign in to comment.