mirror of https://github.com/mtshiba/pylyzer
Deployed 8621139 with MkDocs version: 1.6.0
This commit is contained in:
parent
8c43987424
commit
ffda8bf9eb
|
|
@ -719,6 +719,7 @@ This language is a transpiled language that targets Python, and has a static typ
|
|||
<li class="task-list-item"><label class="task-list-control"><input type="checkbox" disabled checked/><span class="task-list-indicator"></span></label> operator</li>
|
||||
<li class="task-list-item"><label class="task-list-control"><input type="checkbox" disabled checked/><span class="task-list-indicator"></span></label> function/method</li>
|
||||
<li class="task-list-item"><label class="task-list-control"><input type="checkbox" disabled checked/><span class="task-list-indicator"></span></label> class</li>
|
||||
<li class="task-list-item"><label class="task-list-control"><input type="checkbox" disabled/><span class="task-list-indicator"></span></label> <code>async/await</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="task-list-item"><label class="task-list-control"><input type="checkbox" disabled checked/><span class="task-list-indicator"></span></label> type inference<ul class="task-list">
|
||||
|
|
@ -780,7 +781,7 @@ This language is a transpiled language that targets Python, and has a static typ
|
|||
</li>
|
||||
<li class="task-list-item"><label class="task-list-control"><input type="checkbox" disabled checked/><span class="task-list-indicator"></span></label> type assertion (<code>typing.cast</code>)</li>
|
||||
<li class="task-list-item"><label class="task-list-control"><input type="checkbox" disabled checked/><span class="task-list-indicator"></span></label> type narrowing (<code>is</code>, <code>isinstance</code>)</li>
|
||||
<li class="task-list-item"><label class="task-list-control"><input type="checkbox" disabled/><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 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>
|
||||
</ul>
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
12
sitemap.xml
12
sitemap.xml
|
|
@ -2,32 +2,32 @@
|
|||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://mtshiba.github.io/pylyzer/</loc>
|
||||
<lastmod>2024-10-05</lastmod>
|
||||
<lastmod>2024-10-06</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://mtshiba.github.io/pylyzer/editor/</loc>
|
||||
<lastmod>2024-10-05</lastmod>
|
||||
<lastmod>2024-10-06</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://mtshiba.github.io/pylyzer/errors/errors/</loc>
|
||||
<lastmod>2024-10-05</lastmod>
|
||||
<lastmod>2024-10-06</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://mtshiba.github.io/pylyzer/errors/warns/</loc>
|
||||
<lastmod>2024-10-05</lastmod>
|
||||
<lastmod>2024-10-06</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://mtshiba.github.io/pylyzer/options/options/</loc>
|
||||
<lastmod>2024-10-05</lastmod>
|
||||
<lastmod>2024-10-06</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://mtshiba.github.io/pylyzer/options/pyproject/</loc>
|
||||
<lastmod>2024-10-05</lastmod>
|
||||
<lastmod>2024-10-06</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
</urlset>
|
||||
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Loading…
Reference in New Issue