mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-07 21:25:08 +00:00

Some checks are pending
CI / Determine changes (push) Waiting to run
CI / cargo fmt (push) Waiting to run
CI / cargo clippy (push) Blocked by required conditions
CI / cargo build (msrv) (push) Blocked by required conditions
CI / cargo fuzz build (push) Blocked by required conditions
CI / cargo test (linux) (push) Blocked by required conditions
CI / cargo test (linux, release) (push) Blocked by required conditions
CI / cargo test (windows) (push) Blocked by required conditions
CI / cargo test (wasm) (push) Blocked by required conditions
CI / cargo build (release) (push) Waiting to run
CI / fuzz parser (push) Blocked by required conditions
CI / test scripts (push) Blocked by required conditions
CI / ecosystem (push) Blocked by required conditions
CI / Fuzz for new ty panics (push) Blocked by required conditions
CI / cargo shear (push) Blocked by required conditions
CI / python package (push) Waiting to run
CI / pre-commit (push) Waiting to run
CI / mkdocs (push) Waiting to run
CI / formatter instabilities and black similarity (push) Blocked by required conditions
CI / test ruff-lsp (push) Blocked by required conditions
CI / check playground (push) Blocked by required conditions
CI / benchmarks (push) Blocked by required conditions
[ty Playground] Release / publish (push) Waiting to run
42 lines
1.6 KiB
HTML
42 lines
1.6 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="referrer" content="no-referrer-when-downgrade" />
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
|
|
<meta name="msapplication-TileColor" content="#d7ff64" />
|
|
<meta name="theme-color" content="#ffffff" />
|
|
<title>Playground | ty</title>
|
|
<meta
|
|
name="description"
|
|
content="An in-browser playground for ty, an extremely fast Python type-checker written in Rust."
|
|
/>
|
|
<meta
|
|
name="keywords"
|
|
content="ty, python, rust, webassembly, wasm, type checker"
|
|
/>
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:site" content="@astral_sh" />
|
|
<meta property="og:title" content="Playground | ty" />
|
|
<meta
|
|
property="og:description"
|
|
content="An in-browser playground for ty, an extremely fast Python type-checker written in Rust."
|
|
/>
|
|
<meta property="og:url" content="https://play.ty.dev" />
|
|
<meta property="og:image" content="/Astral.png" />
|
|
<link rel="canonical" href="https://play.ty.dev" />
|
|
<link rel="icon" href="/favicon.ico" />
|
|
<script
|
|
src="https://cdn.usefathom.com/script.js"
|
|
data-site="XWUDIXNB"
|
|
defer
|
|
></script>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|