Skip to content

Commit e0c4734

Browse files
committed
Update pre-commit hooks
1 parent 54baad7 commit e0c4734

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ updates:
1414
prefix: "[pip prod] "
1515
prefix-development: "[pip dev] "
1616
include: "scope"
17+
cooldown:
18+
default-days: 7

.pre-commit-config.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ repos:
1919
- id: sort-simple-yaml
2020
files: .pre-commit-config.yaml
2121
- repo: https://github.com/psf/black-pre-commit-mirror
22-
rev: 25.9.0
22+
rev: 25.11.0
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: v0.14.3
26+
rev: v0.14.7
2727
hooks:
2828
- id: ruff-check
2929
types: [file]
@@ -40,10 +40,11 @@ repos:
4040
additional_dependencies:
4141
- tomli
4242
- repo: https://github.com/adhtruong/mirrors-typos
43-
rev: v1.38.1
43+
rev: v1.40.0
4444
hooks:
4545
- id: typos
4646
- repo: https://github.com/woodruffw/zizmor-pre-commit
47-
rev: v1.16.1
47+
rev: v1.18.0
4848
hooks:
4949
- id: zizmor
50+
args: ["--fix", "--no-progress"]

0 commit comments

Comments
 (0)