Skip to content

Commit 0f2cf54

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.9.4](astral-sh/ruff-pre-commit@v0.9.3...v0.9.4) - [github.com/codespell-project/codespell: v2.4.0 → v2.4.1](codespell-project/codespell@v2.4.0...v2.4.1) - [github.com/gitleaks/gitleaks: v8.23.2 → v8.23.3](gitleaks/gitleaks@v8.23.2...v8.23.3)
1 parent eeb5ba8 commit 0f2cf54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ repos:
3333
- id: sort-simple-yaml
3434
- id: trailing-whitespace
3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: v0.9.3
36+
rev: v0.9.4
3737
hooks:
3838
- id: ruff
3939
args: [ --fix ]
4040
- id: ruff-format
4141
- repo: https://github.com/codespell-project/codespell
42-
rev: v2.4.0
42+
rev: v2.4.1
4343
hooks:
4444
- id: codespell
4545
args: [
@@ -61,7 +61,7 @@ repos:
6161
args: ["-c", "pyproject.toml", "--"]
6262
additional_dependencies: ["bandit[toml]"]
6363
- repo: https://github.com/gitleaks/gitleaks
64-
rev: v8.23.2
64+
rev: v8.23.3
6565
hooks:
6666
- id: gitleaks
6767
- repo: local

0 commit comments

Comments
 (0)