Skip to content

Conversation

@magicxor
Copy link
Owner

@magicxor magicxor commented Jul 3, 2025

Updates the mypy workflow to run type checking on the entire
ytdl_inline_bot directory, instead of iterating over each file
individually. This reduces the verbosity of the workflow and streamlines
the type checking process.

Updates the mypy workflow to run type checking on the entire
`ytdl_inline_bot` directory, instead of iterating over each file
individually. This reduces the verbosity of the workflow and streamlines
the type checking process.
@magicxor magicxor self-assigned this Jul 3, 2025
Copilot AI review requested due to automatic review settings July 3, 2025 08:00
@magicxor magicxor added the enhancement New feature or request label Jul 3, 2025
Copy link

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

The workflow is updated to simplify type checking by running mypy against the entire ytdl_inline_bot directory instead of iterating over each file.

  • Removed per-file loop for invoking mypy
  • Replaced with a single directory-based mypy command
Comments suppressed due to low confidence (1)

.github/workflows/check_types.yml:44

  • The echo command references $file which is undefined after removing the loop; consider removing this line or updating it to a static message (e.g., echo "Checking types in ytdl_inline_bot...").
        echo "Checking types in $file..."

@magicxor magicxor merged commit a90f103 into master Jul 3, 2025
2 checks passed
@magicxor magicxor deleted the fix/ci branch July 3, 2025 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants