1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 00:21:04 +01:00
This commit is contained in:
khaneliman 2025-08-17 14:47:22 +00:00
parent 7568f926eb
commit 7a5bf654ad

View file

@ -49803,6 +49803,92 @@ JSON value</p>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.mypy.enable"></a><a class="term" href="options.xhtml#opt-programs.mypy.enable"><code class="option">programs.mypy.enable</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable mypy.</p>
<p><span class="emphasis"><em>Type:</em></span>
boolean</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">false</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">true</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/mypy.nix" target="_top">
&lt;home-manager/modules/programs/mypy.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.mypy.package"></a><a class="term" href="options.xhtml#opt-programs.mypy.package"><code class="option">programs.mypy.package</code>
</a>
</span>
</dt>
<dd>
<p>The mypy package to use.</p>
<p><span class="emphasis"><em>Type:</em></span>
null or package</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">pkgs.mypy</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/mypy.nix" target="_top">
&lt;home-manager/modules/programs/mypy.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.mypy.settings"></a><a class="term" href="options.xhtml#opt-programs.mypy.settings"><code class="option">programs.mypy.settings</code>
</a>
</span>
</dt>
<dd>
<p>Configuration written to
<code class="filename">$XDG_CONFIG_HOME/mypy/config</code>.</p><p>See <a class="link" href="https://mypy.readthedocs.io/en/stable/config_file.html" target="_top">https://mypy.readthedocs.io/en/stable/config_file.html</a>
for more information.</p>
<p><span class="emphasis"><em>Type:</em></span>
attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">{ }</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
mypy = {
warn_return_any = true;
warn_unused_configs = true;
};
}
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/mypy.nix" target="_top">
&lt;home-manager/modules/programs/mypy.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.navi.enable"></a><a class="term" href="options.xhtml#opt-programs.navi.enable"><code class="option">programs.navi.enable</code>