From 94cb13d16e7cd3ace1ea948faf6c92ef9ec4137d Mon Sep 17 00:00:00 2001 From: pivoshenko Date: Sat, 8 Feb 2025 20:01:37 +0000 Subject: [PATCH] chore(ruff): update config --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e1cf574..f249050 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -146,7 +146,7 @@ ignore = ["PTH", "ANN002", "ANN003", "ARG002", "D202", "D203", "D213", "I001", " "docs/examples/main.py" = ["T201"] "src/poetry_plugin_dotenv/__init__.py" = ["E501"] "src/poetry_plugin_dotenv/dotenv/core.py" = ["PTH"] -"tests/*.*" = ["INP001", "S101"] +"tests/*.*" = ["D103", "INP001", "S101"] [tool.ruff.lint.isort] required-imports = ["from __future__ import annotations"]