We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a759f commit 800d515Copy full SHA for 800d515
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ default_language_version:
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: "v4.5.0"
+ rev: "v4.6.0"
7
hooks:
8
- id: check-added-large-files
9
- id: check-docstring-first
@@ -41,7 +41,7 @@ repos:
41
- id: detect-secrets
42
43
- repo: https://github.com/astral-sh/ruff-pre-commit
44
- rev: v0.3.4
+ rev: v0.3.5
45
46
- id: ruff
47
args: [--fix]
@@ -53,6 +53,6 @@ repos:
53
- id: gitleaks
54
55
- repo: https://github.com/renovatebot/pre-commit-hooks
56
- rev: 37.264.0
+ rev: 37.278.0
57
58
- id: renovate-config-validator
0 commit comments