Skip to content

try ty #39

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

try ty #39

wants to merge 3 commits into from

Conversation

asukaminato0721
Copy link
Collaborator

No description provided.

@asukaminato0721 asukaminato0721 requested a review from Copilot May 9, 2025 09:18
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the lint workflow to substitute the mypy type checker with a new tool, ty.

  • Replaces "uvx mypy ." with "uv tool install ty && ty check ." in the lint workflow.

Comment on lines 30 to +31
- name: Run Mypy
run: uvx mypy .
run: uv tool install ty && ty check .
Copy link
Preview

Copilot AI May 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Consider caching the installation of 'ty' to reduce redundant installations in subsequent workflow runs.

Copilot uses AI. Check for mistakes.

@asukaminato0721
Copy link
Collaborator Author

astral-sh/ruff#17643

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant