Skip to content

Commit

Permalink
chore: [pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.9.6](astral-sh/ruff-pre-commit@v0.9.2...v0.9.6)
- [github.com/gitleaks/gitleaks: v8.23.1 → v8.23.3](gitleaks/gitleaks@v8.23.1...v8.23.3)
- [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
  • Loading branch information
pre-commit-ci[bot] authored Feb 10, 2025
1 parent 795efbf commit e873058
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 @@ -14,18 +14,18 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.2
rev: v0.9.6
hooks:
- id: ruff
args:
- --fix
- id: ruff-format
- repo: https://github.com/gitleaks/gitleaks
rev: v8.23.1
rev: v8.23.3
hooks:
- id: gitleaks
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.1
hooks:
- id: codespell
additional_dependencies:
Expand Down

0 comments on commit e873058

Please sign in to comment.