Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SocketDev/socket-python-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6076acf
Choose a base ref
...
head repository: SocketDev/socket-python-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 536d3a5
Choose a head ref
  • 3 commits
  • 37 files changed
  • 2 contributors

Commits on Sep 4, 2026

  1. Make tar_hash required for reachability analysis (#341)

    run_reachability_analysis() always receives a manifest tar hash from its
    only caller, so drop the Optional default and the conditional that skipped
    --run-without-docker/--manifests-tar-hash when it was absent.
    
    Pass tar_hash at the test call sites accordingly.
    BarrensZeppelin authored Sep 4, 2026
    Configuration menu
    Copy the full SHA
    4601aa1 View commit details
    Browse the repository at this point in the history
  2. Apply ruff autofixes and add a ruff CI job (#342)

    * Apply ruff autofixes for imports and lint nits
    
    Result of `uv run ruff check --fix --unsafe-fixes`: sort and regroup
    imports (isort), drop unused imports, remove f-string prefixes from
    strings with no placeholders, drop unused bindings, and simplify
    `== True`/`== False` assertions to truthiness checks.
    
    * Add a ruff job to the unit test workflow
    
    Mirrors the checkout and python setup from python-tests. Installs the
    dev extra rather than test, since that is where the ruff pin lives.
    BarrensZeppelin authored Sep 4, 2026
    Configuration menu
    Copy the full SHA
    eb3e46a View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2026

  1. Bump pinned @coana-tech/cli to 15.10.39 (#347)

    Co-authored-by: socket-pr-bot[bot] <294242679+socket-pr-bot[bot]@users.noreply.github.com>
    socket-pr-bot[bot] authored Sep 8, 2026
    Configuration menu
    Copy the full SHA
    536d3a5 View commit details
    Browse the repository at this point in the history
Loading