Skip to content

Commit 14d6467

Browse files
chore: [pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.13.2](astral-sh/ruff-pre-commit@v0.11.13...v0.13.2) - [github.com/gitleaks/gitleaks: v8.27.2 → v8.28.0](gitleaks/gitleaks@v8.27.2...v8.28.0)
1 parent 5e9f568 commit 14d6467

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
@@ -4,7 +4,7 @@ default_language_version:
44
python: python3.10
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v5.0.0
7+
rev: v6.0.0
88
hooks:
99
- id: check-added-large-files
1010
- id: check-toml
@@ -14,7 +14,7 @@ repos:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.11.13
17+
rev: v0.13.2
1818
hooks:
1919
- id: ruff
2020
args:
@@ -23,7 +23,7 @@ repos:
2323
files: ^(siapy|tests)/
2424
- id: ruff-format
2525
- repo: https://github.com/gitleaks/gitleaks
26-
rev: v8.27.2
26+
rev: v8.28.0
2727
hooks:
2828
- id: gitleaks
2929
- repo: https://github.com/codespell-project/codespell

0 commit comments

Comments
 (0)