Skip to content

Commit 1b9951e

Browse files
authored
⬆️ bump ruff to 0.11.4 (#506)
2 parents cad4748 + 6769cc2 commit 1b9951e

File tree

4 files changed

+27
-26
lines changed

4 files changed

+27
-26
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ mdformat = [
5555
lint = [
5656
{include-group = "extras"},
5757
{include-group = "mdformat"},
58-
"ruff>=0.11.2",
58+
"ruff>=0.11.4",
5959
"sp-repo-review[cli]>=2025.1.22",
6060
]
6161
type = [

scripts/generate_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def get_available_python_versions(
144144
urllib.error.URLError: If fetching data fails.
145145
146146
"""
147-
data_raw = subprocess.check_output(["uv", "python", "list", "--output-format=json"]) # noqa: S603, S607
147+
data_raw = subprocess.check_output(["uv", "python", "list", "--output-format=json"]) # noqa: S607
148148
data = cast("list[UVPythonRelease]", json.loads(data_raw))
149149

150150
versions: dict[tuple[int, int], Version] = {}

tests/.ruff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
extend = "../pyproject.toml"
22

3+
[lint]
34
extend-ignore = ["PYI015"]

uv.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)