Skip to content

Conversation

@rafaelherik
Copy link
Owner

This PR brings two small but important improvements:

  1. Add Ruff support to Taskfile
    * Introduces a new run-check task in Taskfile.yml that runs poetry run ruff check .
    * Allows us to lint the full codebase with Ruff via task run-check

  2. Clean up task artifacts

    • Updates .gitignore to ignore the entire .task/ directory
      * Removes the now-untracked checksum file at .task/checksum/install
  3. Fix CLI smoke test failure
    * Adjusts imports in tests/test_cli.py (splits import subprocess, sys, json into separate imports)
    * Resolves a test failure caused by an unused/malformed import

@bcdady
Copy link
Contributor

bcdady commented Jun 26, 2025

  • Resolves a test failure caused by an unused/malformed import

Oops, sorry about that one.

@rafaelherik rafaelherik merged commit 2aeca83 into main Jun 26, 2025
4 checks passed
@rafaelherik rafaelherik deleted the feature/taskfile-ruff-check branch July 8, 2025 15:13
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.

3 participants