Skip to content

Commit

Permalink
[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.3](astral-sh/ruff-pre-commit@v0.9.2...v0.9.3)
- [github.com/codespell-project/codespell: v2.3.0 → v2.4.0](codespell-project/codespell@v2.3.0...v2.4.0)
- [github.com/gitleaks/gitleaks: v8.23.1 → v8.23.2](gitleaks/gitleaks@v8.23.1...v8.23.2)
  • Loading branch information
pre-commit-ci[bot] authored and BurningEnlightenment committed Jan 28, 2025
1 parent 0217cb6 commit eeb5ba8
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 @@ -33,13 +33,13 @@ repos:
- id: sort-simple-yaml
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.2
rev: v0.9.3
hooks:
- id: ruff
args: [ --fix ]
- id: ruff-format
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.0
hooks:
- id: codespell
args: [
Expand All @@ -61,7 +61,7 @@ repos:
args: ["-c", "pyproject.toml", "--"]
additional_dependencies: ["bandit[toml]"]
- repo: https://github.com/gitleaks/gitleaks
rev: v8.23.1
rev: v8.23.2
hooks:
- id: gitleaks
- repo: local
Expand Down

0 comments on commit eeb5ba8

Please sign in to comment.