Skip to content

Commit 175edec

Browse files
committed
sponsors: LambdaTest is now TestMu AI
1 parent 28526a8 commit 175edec

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: [--exclude-file=tests/test_mypy.yml]
23+
args: [--exclude-file=tests/test_mypy.yml, --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
@@ -43,7 +43,7 @@ for sponsor in tomllib.loads(pathlib.Path("pyproject.toml").read_text())["tool"]
4343
<a href="https://kraken.tech/"><img title="Kraken Tech" src="docs/_static/sponsors/Kraken.svg" width="190" /></a>
4444
<a href="https://privacy-solutions.org/"><img title="Privacy Solutions" src="docs/_static/sponsors/Privacy-Solutions.svg" width="190" /></a>
4545
<a href="https://filepreviews.io/"><img title="FilePreviews" src="docs/_static/sponsors/FilePreviews.svg" width="190" /></a>
46-
<a href="https://www.lambdatest.com/?utm_source=structlog&utm_medium=sponsor"><img title="LambdaTest" src="docs/_static/sponsors/LambdaTest.svg" width="190" /></a>
46+
<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>
4747
<a href="https://polar.sh/"><img title="Polar" src="docs/_static/sponsors/Polar.svg" width="190" /></a>
4848
<!-- [[[end]]] -->
4949

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
@@ -20,7 +20,7 @@ for sponsor in tomllib.loads(pathlib.Path("pyproject.toml").read_text())["tool"]
2020
<a href="https://kraken.tech/"><img title="Kraken Tech" src="_static/sponsors/Kraken.svg" width="190" /></a>
2121
<a href="https://privacy-solutions.org/"><img title="Privacy Solutions" src="_static/sponsors/Privacy-Solutions.svg" width="190" /></a>
2222
<a href="https://filepreviews.io/"><img title="FilePreviews" src="_static/sponsors/FilePreviews.svg" width="190" /></a>
23-
<a href="https://www.lambdatest.com/?utm_source=structlog&utm_medium=sponsor"><img title="LambdaTest" src="_static/sponsors/LambdaTest.svg" width="190" /></a>
23+
<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>
2424
<a href="https://polar.sh/"><img title="Polar" src="_static/sponsors/Polar.svg" width="190" /></a>
2525
<!-- [[[end]]] -->
2626

pyproject.toml

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

146146
[[tool.sponcon.sponsors]]
147-
title = "LambdaTest"
148-
url = "https://www.lambdatest.com/?utm_source=structlog&utm_medium=sponsor"
149-
img = "LambdaTest.svg"
147+
title = "TestMu AI"
148+
url = "https://www.testmu.ai/?utm_source=structlog&utm_medium=sponsor"
149+
img = "TestMu-AI.svg"
150150

151151
[[tool.sponcon.sponsors]]
152152
title = "Polar"

0 commit comments

Comments
 (0)