Skip to content

Commit fe7c4b5

Browse files
authored
Merge branch 'main' into cuteshaun/fix-footer-a11y
2 parents e2bbcf0 + e0bff39 commit fe7c4b5

5 files changed

Lines changed: 43 additions & 42 deletions

File tree

.github/workflows/links.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919

2020
- name: Link Checker
2121
id: lychee
22-
uses: lycheeverse/lychee-action@1d97d84f0bc547f7b25f4c2170d87d810dc2fb2c # v2.4.0
22+
uses: lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332 # v2.4.1
2323
with:
24-
# Exclude the image.sc forum (which works) but returns 403 from
24+
# Exclude the image.sc forum and stackoverflow (which both work) but return 403 from
2525
# github runners and exclude relative links to other pages. Ignore
2626
# gnu.org and fsf.org because they're often down but are still the right
2727
# websites to link to!
@@ -32,6 +32,7 @@ jobs:
3232
args: "--verbose
3333
--exclude \\{\\{.*\\}\\}
3434
--exclude https://forum.image.sc/
35+
--exclude https://stackoverflow.com
3536
--exclude http://www.gnu.org
3637
--exclude http://fsf.org
3738
--exclude docs/pages

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: ^{{cookiecutter.project_slug}}/|^tests/data/test_package_generation/
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.11.8
4+
rev: v0.11.12
55
hooks:
66
- id: ruff
77
args:
@@ -10,7 +10,7 @@ repos:
1010
args:
1111
- --config=pyproject.toml
1212
- repo: https://github.com/igorshubovych/markdownlint-cli
13-
rev: v0.44.0
13+
rev: v0.45.0
1414
hooks:
1515
- id: markdownlint-fix
1616
args:
@@ -24,7 +24,7 @@ repos:
2424
hooks:
2525
- id: toml-sort-fix
2626
- repo: https://github.com/pre-commit/mirrors-mypy
27-
rev: v1.15.0
27+
rev: v1.16.0
2828
hooks:
2929
- id: mypy
3030
args:

docs/Gemfile.lock

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ GEM
77
bigdecimal (3.1.9)
88
colorator (1.1.0)
99
concurrent-ruby (1.3.5)
10-
csv (3.3.3)
10+
csv (3.3.4)
1111
em-websocket (0.5.3)
1212
eventmachine (>= 0.12.9)
1313
http_parser.rb (~> 0)
1414
eventmachine (1.2.7)
15-
ffi (1.17.1)
16-
ffi (1.17.1-aarch64-linux-gnu)
17-
ffi (1.17.1-aarch64-linux-musl)
18-
ffi (1.17.1-arm-linux-gnu)
19-
ffi (1.17.1-arm-linux-musl)
20-
ffi (1.17.1-arm64-darwin)
21-
ffi (1.17.1-x86-linux-gnu)
22-
ffi (1.17.1-x86-linux-musl)
23-
ffi (1.17.1-x86_64-darwin)
24-
ffi (1.17.1-x86_64-linux-gnu)
25-
ffi (1.17.1-x86_64-linux-musl)
15+
ffi (1.17.2)
16+
ffi (1.17.2-aarch64-linux-gnu)
17+
ffi (1.17.2-aarch64-linux-musl)
18+
ffi (1.17.2-arm-linux-gnu)
19+
ffi (1.17.2-arm-linux-musl)
20+
ffi (1.17.2-arm64-darwin)
21+
ffi (1.17.2-x86-linux-gnu)
22+
ffi (1.17.2-x86-linux-musl)
23+
ffi (1.17.2-x86_64-darwin)
24+
ffi (1.17.2-x86_64-linux-gnu)
25+
ffi (1.17.2-x86_64-linux-musl)
2626
forwardable-extended (2.6.0)
2727
google-protobuf (4.30.2)
2828
bigdecimal
@@ -72,7 +72,7 @@ GEM
7272
jekyll (>= 3.8, < 5.0)
7373
jekyll-watch (2.2.1)
7474
listen (~> 3.0)
75-
json (2.10.2)
75+
json (2.11.3)
7676
just-the-docs (0.10.1)
7777
jekyll (>= 3.8.5)
7878
jekyll-include-cache
@@ -89,46 +89,46 @@ GEM
8989
mercenary (0.4.0)
9090
pathutil (0.16.2)
9191
forwardable-extended (~> 2.6)
92-
public_suffix (6.0.1)
92+
public_suffix (6.0.2)
9393
rake (13.2.1)
9494
rb-fsevent (0.11.2)
9595
rb-inotify (0.11.1)
9696
ffi (~> 1.0)
9797
rexml (3.4.1)
98-
rouge (4.5.1)
98+
rouge (4.5.2)
9999
safe_yaml (1.0.5)
100-
sass-embedded (1.86.1)
100+
sass-embedded (1.87.0)
101101
google-protobuf (~> 4.30)
102102
rake (>= 13)
103-
sass-embedded (1.86.1-aarch64-linux-android)
103+
sass-embedded (1.87.0-aarch64-linux-android)
104104
google-protobuf (~> 4.30)
105-
sass-embedded (1.86.1-aarch64-linux-gnu)
105+
sass-embedded (1.87.0-aarch64-linux-gnu)
106106
google-protobuf (~> 4.30)
107-
sass-embedded (1.86.1-aarch64-linux-musl)
107+
sass-embedded (1.87.0-aarch64-linux-musl)
108108
google-protobuf (~> 4.30)
109-
sass-embedded (1.86.1-aarch64-mingw-ucrt)
109+
sass-embedded (1.87.0-aarch64-mingw-ucrt)
110110
google-protobuf (~> 4.30)
111-
sass-embedded (1.86.1-arm-linux-androideabi)
111+
sass-embedded (1.87.0-arm-linux-androideabi)
112112
google-protobuf (~> 4.30)
113-
sass-embedded (1.86.1-arm-linux-gnueabihf)
113+
sass-embedded (1.87.0-arm-linux-gnueabihf)
114114
google-protobuf (~> 4.30)
115-
sass-embedded (1.86.1-arm-linux-musleabihf)
115+
sass-embedded (1.87.0-arm-linux-musleabihf)
116116
google-protobuf (~> 4.30)
117-
sass-embedded (1.86.1-arm64-darwin)
117+
sass-embedded (1.87.0-arm64-darwin)
118118
google-protobuf (~> 4.30)
119-
sass-embedded (1.86.1-riscv64-linux-android)
119+
sass-embedded (1.87.0-riscv64-linux-android)
120120
google-protobuf (~> 4.30)
121-
sass-embedded (1.86.1-riscv64-linux-gnu)
121+
sass-embedded (1.87.0-riscv64-linux-gnu)
122122
google-protobuf (~> 4.30)
123-
sass-embedded (1.86.1-riscv64-linux-musl)
123+
sass-embedded (1.87.0-riscv64-linux-musl)
124124
google-protobuf (~> 4.30)
125-
sass-embedded (1.86.1-x86_64-darwin)
125+
sass-embedded (1.87.0-x86_64-darwin)
126126
google-protobuf (~> 4.30)
127-
sass-embedded (1.86.1-x86_64-linux-android)
127+
sass-embedded (1.87.0-x86_64-linux-android)
128128
google-protobuf (~> 4.30)
129-
sass-embedded (1.86.1-x86_64-linux-gnu)
129+
sass-embedded (1.87.0-x86_64-linux-gnu)
130130
google-protobuf (~> 4.30)
131-
sass-embedded (1.86.1-x86_64-linux-musl)
131+
sass-embedded (1.87.0-x86_64-linux-musl)
132132
google-protobuf (~> 4.30)
133133
terminal-table (3.0.2)
134134
unicode-display_width (>= 1.1.1, < 3)

tests/data/test_package_generation/.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.11.8
3+
rev: v0.11.12
44
hooks:
55
- id: ruff
66
- id: ruff-format
77
- repo: https://github.com/igorshubovych/markdownlint-cli
8-
rev: v0.44.0
8+
rev: v0.45.0
99
hooks:
1010
- id: markdownlint-fix
1111
args:
@@ -19,7 +19,7 @@ repos:
1919
hooks:
2020
- id: toml-sort-fix
2121
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: v1.15.0
22+
rev: v1.16.0
2323
hooks:
2424
- id: mypy
2525
- repo: https://github.com/rbubley/mirrors-prettier

{{cookiecutter.project_slug}}/.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.11.8
3+
rev: v0.11.12
44
hooks:
55
- id: ruff
66
- id: ruff-format
77
- repo: https://github.com/igorshubovych/markdownlint-cli
8-
rev: v0.44.0
8+
rev: v0.45.0
99
hooks:
1010
- id: markdownlint-fix
1111
args:
@@ -19,7 +19,7 @@ repos:
1919
hooks:
2020
- id: toml-sort-fix
2121
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: v1.15.0
22+
rev: v1.16.0
2323
hooks:
2424
- id: mypy
2525
- repo: https://github.com/rbubley/mirrors-prettier

0 commit comments

Comments
 (0)