Skip to content

Commit a06c89b

Browse files
committed
sponsors: LambdaTest is now TestMu AI
1 parent d68669c commit a06c89b

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
rev: v2.4.1
2121
hooks:
2222
- id: codespell
23-
args: [-L, alog, -L, abl]
23+
args: [-L, alog, -L, abl, --skip=*.svg]
2424

2525
- repo: https://github.com/abravalheri/validate-pyproject
2626
rev: v0.24.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ for sponsor in tomllib.loads(pathlib.Path("pyproject.toml").read_text())["tool"]
5454
<a href="https://kraken.tech/"><img title="Kraken Tech" src="docs/_static/sponsors/Kraken.svg" width="190" /></a>
5555
<a href="https://privacy-solutions.org/"><img title="Privacy Solutions" src="docs/_static/sponsors/Privacy-Solutions.svg" width="190" /></a>
5656
<a href="https://filepreviews.io/"><img title="FilePreviews" src="docs/_static/sponsors/FilePreviews.svg" width="190" /></a>
57-
<a href="https://www.lambdatest.com/?utm_source=structlog&utm_medium=sponsor"><img title="LambdaTest" src="docs/_static/sponsors/LambdaTest.svg" width="190" /></a>
57+
<a href="https://www.testmu.ai/?utm_source=structlog&utm_medium=sponsor"><img title="TestMu AI" src="docs/_static/sponsors/TestMu-AI.svg" width="190" /></a>
5858
<a href="https://polar.sh/"><img title="Polar" src="docs/_static/sponsors/Polar.svg" width="190" /></a>
5959
<!-- [[[end]]] -->
6060

docs/_static/sponsors/LambdaTest.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/_static/sponsors/TestMu-AI.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ for sponsor in tomllib.loads(pathlib.Path("pyproject.toml").read_text())["tool"]
2424
<a href="https://kraken.tech/"><img title="Kraken Tech" src="_static/sponsors/Kraken.svg" width="190" /></a>
2525
<a href="https://privacy-solutions.org/"><img title="Privacy Solutions" src="_static/sponsors/Privacy-Solutions.svg" width="190" /></a>
2626
<a href="https://filepreviews.io/"><img title="FilePreviews" src="_static/sponsors/FilePreviews.svg" width="190" /></a>
27-
<a href="https://www.lambdatest.com/?utm_source=structlog&utm_medium=sponsor"><img title="LambdaTest" src="_static/sponsors/LambdaTest.svg" width="190" /></a>
27+
<a href="https://www.testmu.ai/?utm_source=structlog&utm_medium=sponsor"><img title="TestMu AI" src="_static/sponsors/TestMu-AI.svg" width="190" /></a>
2828
<a href="https://polar.sh/"><img title="Polar" src="_static/sponsors/Polar.svg" width="190" /></a>
2929
<!-- [[[end]]] -->
3030

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,9 @@ url = "https://filepreviews.io/"
268268
img = "FilePreviews.svg"
269269

270270
[[tool.sponcon.sponsors]]
271-
title = "LambdaTest"
272-
url = "https://www.lambdatest.com/?utm_source=structlog&utm_medium=sponsor"
273-
img = "LambdaTest.svg"
271+
title = "TestMu AI"
272+
url = "https://www.testmu.ai/?utm_source=structlog&utm_medium=sponsor"
273+
img = "TestMu-AI.svg"
274274

275275
[[tool.sponcon.sponsors]]
276276
title = "Polar"

0 commit comments

Comments
 (0)