@@ -59,24 +59,20 @@ a handful of them, [thanks to our awesome sponsors][sponsors]! -->
5959data_source = " docs/insiders/goals.yml"
6060```
6161
62+ <!-- blacken-docs:off -->
6263``` python exec="1" session="insiders"
6364-- 8 < -- " scripts/insiders.py"
64- ```
6565
66- <!-- ```python exec="1" session="insiders"
67- print(f"""The moment you <a href="#how-to-become-a-sponsor">become a sponsor</a>, you'll get **immediate
68- access to {len(unreleased_features)} additional features** that you can start using right away, and
69- which are currently exclusively available to sponsors:\n""")
66+ print (
67+ f """ The moment you <a href="#how-to-become-a-sponsor">become a sponsor</a>, you'll get **immediate
68+ access to { len (unreleased_features)} additional features** that you can start using right away, and
69+ which are currently exclusively available to sponsors: \n """
70+ )
7071
7172for feature in unreleased_features:
7273 feature.render(badge = True )
73- ``` -->
74-
75- We currently don't have any features available to sponsors only.
76- Right now we are putting our efforts into the documentation,
77- then we will start again implementing features.
78- You can get updates on * mkdocstrings-python Insiders* work
79- by following ** @pawamoy ** on :material-mastodon:{ .mastodon } [ Fosstodon] ( https://fosstodon.org/@pawamoy ) .
74+ ```
75+ <!-- blacken-docs:on -->
8076
8177## How to become a sponsor
8278
0 commit comments