From 8bc4832bf9399cccafa77eb60b461c3fda965bd4 Mon Sep 17 00:00:00 2001 From: ljstella Date: Thu, 13 Mar 2025 13:57:29 -0500 Subject: [PATCH 1/2] Ruff v0.10 --- .pre-commit-config.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 97f40d61..5e82e621 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: detect-private-key - id: forbid-submodules - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.10 + rev: v0.10.0 hooks: - id: ruff args: [ --fix ] diff --git a/pyproject.toml b/pyproject.toml index 73d869e7..e78ab168 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ gitpython = "^3.1.43" setuptools = ">=69.5.1,<76.0.0" [tool.poetry.group.dev.dependencies] -ruff = "^0.9.10" +ruff = "^0.10.0" [build-system] requires = ["poetry-core>=1.0.0"] From a857e5b2685c7fd5844640fd6d78d3a75564f210 Mon Sep 17 00:00:00 2001 From: ljstella Date: Fri, 14 Mar 2025 11:48:39 -0500 Subject: [PATCH 2/2] Ruff v0.11.0 --- .pre-commit-config.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5e82e621..792fbef9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: detect-private-key - id: forbid-submodules - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.10.0 + rev: v0.11.0 hooks: - id: ruff args: [ --fix ] diff --git a/pyproject.toml b/pyproject.toml index e78ab168..f553a9ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ gitpython = "^3.1.43" setuptools = ">=69.5.1,<76.0.0" [tool.poetry.group.dev.dependencies] -ruff = "^0.10.0" +ruff = "^0.11.0" [build-system] requires = ["poetry-core>=1.0.0"]