Skip to content

Commit 91355df

Browse files
[pre-commit.ci] pre-commit autoupdate (#672)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b → 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c](pre-commit/pre-commit-hooks@cef0300...3e8a870) - [github.com/rbubley/mirrors-prettier: bc7af46104f0f5368b95878decf720f9f00c2559 → 5ba47274f9b181bce26a5150a725577f3c336011](rbubley/mirrors-prettier@bc7af46...5ba4727) - [github.com/astral-sh/ruff-pre-commit: 73413df07b4ab0bf103ca1ae73c7cec5c0ace593 → 9c89adb347f6b973f4905a4be0051eb2ecf85dea](astral-sh/ruff-pre-commit@73413df...9c89adb) - [github.com/woodruffw/zizmor-pre-commit: 4dcc98ccce605605fd6d5202bf803a8c8bc34e8d → v1.14.2](zizmorcore/zizmor-pre-commit@4dcc98c...v1.14.2) * Lock down workflow permissions * Satisfy prettier --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Stefan van der Walt <[email protected]>
1 parent 1362360 commit 91355df

File tree

5 files changed

+17
-10
lines changed

5 files changed

+17
-10
lines changed

.github/workflows/label-check.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
env:
1313
LABELS: ${{ join( github.event.pull_request.labels.*.name, ' ' ) }}
1414

15+
permissions: {}
16+
1517
jobs:
1618
check-type-label:
1719
name: ensure type label

.github/workflows/milestone-merged-prs.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ on:
1010
jobs:
1111
milestone_pr:
1212
name: attach to PR
13+
if: github.event.pull_request.merged == true
14+
permissions:
15+
contents: read
16+
issues: write
17+
pull-requests: read
1318
runs-on: ubuntu-latest
1419
steps:
1520
- uses: scientific-python/attach-next-milestone-action@bc07be829f693829263e57d5e8489f4e57d3d420

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0
6+
rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # frozen: v6.0.0
77
hooks:
88
- id: check-added-large-files
99
- id: check-ast
@@ -19,14 +19,14 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/rbubley/mirrors-prettier
22-
rev: bc7af46104f0f5368b95878decf720f9f00c2559 # frozen: v3.4.2
22+
rev: 5ba47274f9b181bce26a5150a725577f3c336011 # frozen: v3.6.2
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: 73413df07b4ab0bf103ca1ae73c7cec5c0ace593 # frozen: v0.9.2
29+
rev: 9c89adb347f6b973f4905a4be0051eb2ecf85dea # frozen: v0.13.3
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: 4dcc98ccce605605fd6d5202bf803a8c8bc34e8d # v1.1.1
42+
rev: v1.14.2 # v1.1.1
4343
hooks:
4444
- id: zizmor
4545

assets/theme-css/pst/variables/_fonts.scss

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@ html {
3333

3434
// Font family
3535
// These are adapted from https://systemfontstack.com/ */
36-
--pst-font-family-base-system: -apple-system, "BlinkMacSystemFont",
37-
"Segoe UI", "Helvetica Neue", "Arial", sans-serif, "Apple Color Emoji",
38-
"Segoe UI Emoji", "Segoe UI Symbol";
39-
--pst-font-family-monospace-system: "SFMono-Regular", "Menlo", "Consolas",
40-
"Monaco", "Liberation Mono", "Lucida Console", monospace;
36+
--pst-font-family-base-system:
37+
-apple-system, "BlinkMacSystemFont", "Segoe UI", "Helvetica Neue", "Arial",
38+
sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
39+
--pst-font-family-monospace-system:
40+
"SFMono-Regular", "Menlo", "Consolas", "Monaco", "Liberation Mono",
41+
"Lucida Console", monospace;
4142
--pst-font-family-base: var(--pst-font-family-base-system);
4243
--pst-font-family-heading: var(--pst-font-family-base-system);
4344
--pst-font-family-monospace: var(--pst-font-family-monospace-system);

doc/content/examples/kitchen-sink/tables.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ format:
3838
rows:
3939

4040
- columns:
41-
4241
- "NumPy"
4342
- |
4443
Official _source code_ (all platforms) and _binaries_ for<br/>

0 commit comments

Comments
 (0)