Skip to content

Commit c08651b

Browse files
Merge branch 'main' into feat/grid-gutter
2 parents cd78224 + 6201c1f commit c08651b

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ updates:
66
interval: "monthly"
77
labels:
88
- "type: Maintenance"
9+
cooldown:
10+
default-days: 7
911
- package-ecosystem: "pip"
1012
directory: "/"
1113
schedule:
1214
interval: "monthly"
1315
labels:
1416
- "type: Maintenance"
17+
cooldown:
18+
default-days: 7

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/rbubley/mirrors-prettier
22-
rev: 14abee445aea04b39069c19b4bd54efff6775819 # frozen: v3.7.4
22+
rev: c2bc67fe8f8f549cc489e00ba8b45aa18ee713b1 # frozen: v3.8.1
2323
hooks:
2424
- id: prettier
2525
types_or: [yaml, toml, markdown, css, scss, javascript, json]
2626
args: [--prose-wrap=preserve]
2727

2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: 5ba58aca0bd5bc7c0e1c0fc45af2e88d6a2bde83 # frozen: v0.14.10
29+
rev: 45ef068da5f21267bb2a7ec4a623092959f09ce5 # frozen: v0.14.14
3030
hooks:
3131
- id: ruff
3232
args:
@@ -39,7 +39,7 @@ repos:
3939
- id: ruff-format
4040

4141
- repo: https://github.com/woodruffw/zizmor-pre-commit
42-
rev: v1.19.0
42+
rev: b546b77c44c466a54a42af5499dcc0dcc1a3193f # frozen: v1.22.0
4343
hooks:
4444
- id: zizmor
4545

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pre-commit==4.2.0
1+
pre-commit==4.5.1
22
changelist==0.5

0 commit comments

Comments
 (0)