Bump extractions/setup-just from 3.1.0 to 4.0.0 - #264
Merged
woutervh merged 1 commit intoAug 30, 2026
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
woutervh
added a commit
that referenced
this pull request
Aug 30, 2026
## Why The **Linting** workflow is red on `main` on every Python version (3.9-3.14), which also blocks the four open Dependabot PRs (#289, #285, #275, #264). Two independent causes: 1. **ruff / CPY001** - ruff 0.16 promoted `CPY001` (flake8-copyright) out of preview. With `select = ["ALL"]` it now reports 9 "missing copyright notice" errors and fails the `pre-commit` step. 2. **ty** - `ty check` reports `unresolved-attribute` for the `http.client.print` monkeypatch at `patch.py:35`, `patch.py:40` and `test_patch.py:49`. `# type: ignore[attr-defined]` (a mypy code) does not silence `ty`. ## What - Add `CPY001` to the ruff `ignore` list - consistent with the sibling `autoread-dotenv` repo; this codebase has no copyright headers by design. - Route the `http.client.print` rebinding and lookup through an `Any`-typed view of the module (`_http_client` in `patch.py`, `http_client` local in the test). Both mypy and ty are satisfied with no per-line ignores, and runtime behaviour is unchanged (same module object). ## Verification (local) `just ruff-check`, `just mypy`, `just ty-check`, `pre-commit run --all-files` all pass. ## Not in scope `just pytest` still fails **one** pre-existing test, `tests/test_patch.py::test_patched_httpclient_print`: it performs a live `GET http://example.com` and asserts on response headers that the site no longer returns (now Cloudflare-fronted, no `Vary: Accept-Encoding`). Fixing that means mocking the HTTP response - proposed as a follow-up.
Contributor
|
@dependabot rebase |
Bumps [extractions/setup-just](https://github.com/extractions/setup-just) from 3.1.0 to 4.0.0. - [Release notes](https://github.com/extractions/setup-just/releases) - [Commits](extractions/setup-just@f8a3cce...53165ef) --- updated-dependencies: - dependency-name: extractions/setup-just dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/github_actions/extractions/setup-just-4.0.0
branch
from
August 30, 2026 14:55
1bd24cc to
0ae51ef
Compare
woutervh
deleted the
dependabot/github_actions/extractions/setup-just-4.0.0
branch
August 30, 2026 14:58
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps extractions/setup-just from 3.1.0 to 4.0.0.
Commits
53165efThis is 4.0.03ed9febUpgrade to latest setup-cratecf2bee9Update setup-crate to Node 24 (#27)c261839Bump actions/checkout from 5 to 6 (#25)