From 62877078ae9b521539c91ae4bf2cad17a5489e56 Mon Sep 17 00:00:00 2001 From: njzjz-bot Date: Mon, 24 Aug 2026 03:10:37 +0800 Subject: [PATCH] chore: remove deprecated Ruff setting Coding-Agent: Codex Codex-Version: codex-cli 0.149.0 Model: gpt-5.6-sol Reasoning-Effort: xhigh --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d63fc50..8a23a21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,8 +81,6 @@ ignore = [ "D404", # TODO: first word of the docstring should not be This "ANN401", # Allow typing.Any - necessary for a library handling arbitrary types ] -ignore-init-module-imports = true - [tool.ruff.lint.flake8-annotations] allow-star-arg-any = true