Skip to content

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

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

@asukaminato0721 asukaminato0721 merged commit cb15352 into main Jun 13, 2025
18 of 19 checks passed
@asukaminato0721 asukaminato0721 deleted the ty branch June 25, 2025 13:18
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