You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Below is a summary of compliance checks for this PR:
Security Compliance
⚪
Supply chain integrity
Description: The PR updates remote ruff binary download URLs and SHA256 hashes; this is a potential supply-chain risk unless the new checksums are independently verified to match the official astral-sh/ruff 0.14.9 release artifacts for each platform. multitool.lock.json [7-41]
Why: The suggestion correctly identifies a critical bug where the updated ruff download URLs are missing the required 'v' prefix, which would cause downloads to fail and break the toolchain.
Add the required 'v' prefix to the version number in all ruff binary download
URLs in multitool.lock.json to prevent download failures.
Suggestion importance[1-10]: 10
I love when the AI gives you suggestions with importance "10" that are just blatantly wrong.
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
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.
User description
💥 What does this PR do?
Bump the versions of ruff (linter/formatter) and mypy (type checker) to the latest versions for development and CI.
🔄 Types of changes
PR Type
Enhancement
Description
Bump ruff from 0.14.7 to 0.14.9
Bump mypy from 1.19.0 to 1.19.1
Update binary checksums for all platforms
Diagram Walkthrough
File Walkthrough
multitool.lock.json
Update ruff binaries and checksums to 0.14.9multitool.lock.json
x86_64, Windows x86_64
tox.ini
Update mypy and ruff dependency versionspy/tox.ini