An extremely fast Python type checker and language server, written in Rust.
24 matches across 6 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | scripts/update_schemastore.py | 77 | # Create a new branch tagged with the current ty commit up to date with the latest |
| MEDIUM | .github/workflows/release.yml | 251 | # Create a GitHub Release while uploading all files to it |
| MEDIUM | .github/workflows/release.yml | 276 | # Create a GitHub Release while uploading all files to it |
| MEDIUM | .github/workflows/build-docker.yml | 231 | # Initialize a variable to store all tag docker metadata patterns |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | .markdownlint.yaml | 21 | MD024: |
| LOW | docs/requirements.txt | 1 | # This file was autogenerated by uv via the following command: |
| LOW | docs/requirements.txt | 21 | # black |
| LOW | docs/requirements.txt | 41 | # via markdown-it-py |
| LOW | docs/requirements.txt | 61 | # mdformat-admon |
| LOW | docs/requirements.txt | 81 | mdurl==0.1.2 |
| LOW | docs/requirements.txt | 101 | mkdocs-material-extensions==1.3.1 |
| LOW | docs/requirements.txt | 121 | # black |
| LOW | docs/requirements.txt | 141 | six==1.16.0 |
| LOW | .github/workflows/release.yml | 1 | # This file was autogenerated by dist: https://axodotdev.github.io/cargo-dist |
| LOW | .github/workflows/release.yml | 21 | # like "1.0.0", "v0.1.0-prerelease.1", "my-app/0.1.0", "releases/v1.0.0", etc. |
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | dist-workspace.toml | 60 | # Whether CI should include auto-generated code to build local artifacts |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | python/ty/_find_ty.py | 1 | |
| LOW | python/ty/__init__.py | 1 | |
| LOW | python/ty/__init__.py | 3 | |
| LOW | python/ty/__main__.py | 1 | |
| LOW | scripts/update_schemastore.py | 12 | |
| LOW | scripts/transform_readme.py | 7 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | scripts/update_schemastore.py | 114 | # Check if the schema has changed |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | docs/reference/typing-faq.md | 84 | def only_actual_floats_allowed(f: JustFloat) -> None: ... |