Skip to content

Commit

Permalink
Deployed 9702000 with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Oct 16, 2024
1 parent ffda8bf commit 1da8970
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 7 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -784,6 +784,13 @@ <h2 id="todos">TODOs<a class="headerlink" href="#todos" title="Permanent link">#
<li class="task-list-item"><label class="task-list-control"><input type="checkbox" disabled checked/><span class="task-list-indicator"></span></label> <code>pyi</code> (stub) files support</li>
<li class="task-list-item"><label class="task-list-control"><input type="checkbox" disabled/><span class="task-list-indicator"></span></label> glob pattern file check</li>
<li class="task-list-item"><label class="task-list-control"><input type="checkbox" disabled checked/><span class="task-list-indicator"></span></label> type comment (<code># type: ...</code>)</li>
<li class="task-list-item"><label class="task-list-control"><input type="checkbox" disabled checked/><span class="task-list-indicator"></span></label> virtual environment support</li>
<li class="task-list-item"><label class="task-list-control"><input type="checkbox" disabled checked/><span class="task-list-indicator"></span></label> package manager support<ul class="task-list">
<li class="task-list-item"><label class="task-list-control"><input type="checkbox" disabled checked/><span class="task-list-indicator"></span></label> <code>pip</code></li>
<li class="task-list-item"><label class="task-list-control"><input type="checkbox" disabled checked/><span class="task-list-indicator"></span></label> <code>poetry</code></li>
<li class="task-list-item"><label class="task-list-control"><input type="checkbox" disabled checked/><span class="task-list-indicator"></span></label> <code>uv</code></li>
</ul>
</li>
</ul>
<h2 id="join-us">Join us!<a class="headerlink" href="#join-us" title="Permanent link">#</a></h2>
<p>We are looking for contributors to help us improve pylyzer. If you are interested in contributing and have any questions, please feel free to contact us.</p>
Expand Down
12 changes: 12 additions & 0 deletions options/options/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#-verbose" class="md-nav__link">
<span class="md-ellipsis">
--verbose
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -585,7 +594,10 @@ <h2 id="-disable">--disable<a class="headerlink" href="#-disable" title="Permane
<li>rename</li>
<li>semanticTokens</li>
<li>signatureHelp</li>
<li>documentLink</li>
</ul>
<h2 id="-verbose">--verbose<a class="headerlink" href="#-verbose" title="Permanent link">#</a></h2>
<p>Print process information verbosely.</p>



Expand Down
Loading

0 comments on commit 1da8970

Please sign in to comment.