ty
Rust로 작성된 초고속 Python 타입 체커이자 언어 서버입니다.
파일 탐색기
- 1_bug_report.yaml
- 2_question.yaml
- config.yml
- build-binaries.yml
- build-docker.yml
- ci.yaml
- daily_property_tests.yml
- notify-dependents.yml
- publish-docs.yml
- publish-mirror.yml
- publish-pypi.yml
- publish-versions.yml
- release.yml
- actionlint.yaml
- PULL_REQUEST_TEMPLATE.md
- renovate.json5
- zizmor.yml
- v0.json
- fathom.html
- main.html
- favicon.ico
- logo-letter.svg
- ty-benchmark-cli-light.svg
- ty-benchmark-cli.svg
- code-completion.png
- diagnostics1.dark.png
- diagnostics1.light.png
- diagnostics2.dark.png
- diagnostics2.light.png
- diagnostics3.dark.png
- diagnostics3.light.png
- diagnostics4.dark.png
- diagnostics4.light.png
- find-references.png
- inlay-hints.png
- inline-diagnostics.png
- quick-fix.png
- diagnostics.md
- language-server.md
- type-system.md
- extra.js
- cli.md
- configuration.md
- editor-settings.md
- environment.md
- exit-codes.md
- rules.md
- typing-faq.md
- extra.css
- coming-from-mypy-or-pyright.md
- configuration.md
- editors.md
- exclusions.md
- index.md
- installation.md
- modules.md
- python-version.md
- rules.md
- suppression.md
- type-checking.md
- __init__.py
- __main__.py
- _find_ty.py
- py.typed
- autogenerate_files.sh
- build_ty_pgo.py
- build_ty_pgo.py.lock
- release.sh
- transform_readme.py
- update_schemastore.py
- .editorconfig
- .gitattributes
- .gitignore
- .gitmodules
- .markdownlint.yaml
- .pre-commit-config.yaml
- .python-version
- _typos.toml
- AGENTS.md
- BENCHMARKS.md
- CHANGELOG.md
- CONTRIBUTING.md
- dist-workspace.toml
- Dockerfile
- LICENSE
- mkdocs.yml
- pyproject.toml
- README.md
- ruff
- SECURITY.md
- uv.lock
# 설치 가이드
python사전 준비물
설치 및 실행 절차
uvx ty check
uvx를 사용하여 ty를 빠르게 실행하고 타입 검사를 수행합니다.
핵심 명령어
uvx ty check
ty 타입 검사기를 실행하여 프로젝트를 검사합니다.
ty는 Python 3.10 이상을 타겟으로 하는 코드를 지원합니다.
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
ruff
설명 보기 ▼
ruff
매우 빠른 Python 린터 및 코드 포매터로, Rust로 작성되었습니다.
관련 항목: `black`.
더 많은 정보: <https://docs.astral.sh/ruff/tutorial/>.
tldr ruff check
Ruff 린터에 대한 문서 보기:
tldr ruff format
Ruff 코드 포매터에 대한 문서 보기:
uvx
설명 보기 ▼
uvx
이 명령은 `uv tool run`의 별칭입니다.
tldr uv tool
자세한 내용은 원본 명령을 참고하세요:
# 프로젝트 배지
// repository documentation
Was this content helpful?
(0 ratings)
