Skip to content

Commit 4c94609

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.10 → v0.11.12](astral-sh/ruff-pre-commit@v0.9.10...v0.11.12) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.0](pre-commit/mirrors-mypy@v1.15.0...v1.16.0) - [github.com/adrienverge/yamllint: v1.35.1 → v1.37.1](adrienverge/yamllint@v1.35.1...v1.37.1) - [github.com/zricethezav/gitleaks: v8.24.0 → v8.27.0](gitleaks/gitleaks@v8.24.0...v8.27.0)
1 parent 8889280 commit 4c94609

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ repos:
55
- id: identity
66
- id: check-hooks-apply
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: 'v0.9.10'
8+
rev: 'v0.11.12'
99
hooks:
1010
- id: ruff
1111
args: ["--fix"]
1212
- id: ruff-format
1313
- repo: https://github.com/pre-commit/mirrors-mypy
14-
rev: v1.15.0
14+
rev: v1.16.0
1515
hooks:
1616
- id: mypy
1717
additional_dependencies: [types-setuptools]
@@ -22,7 +22,7 @@ repos:
2222
args:
2323
- "--github"
2424
- repo: https://github.com/adrienverge/yamllint
25-
rev: v1.35.1
25+
rev: v1.37.1
2626
hooks:
2727
- id: yamllint
2828
args: ["--strict"]
@@ -36,6 +36,6 @@ repos:
3636
- id: check-yaml
3737
- id: debug-statements
3838
- repo: https://github.com/zricethezav/gitleaks
39-
rev: v8.24.0
39+
rev: v8.27.0
4040
hooks:
4141
- id: gitleaks

0 commit comments

Comments
 (0)