From 232faf11d952403663cb1f718e22556955a6ace6 Mon Sep 17 00:00:00 2001 From: Vladimir <51440383+even-even@users.noreply.github.com> Date: Thu, 12 Feb 2026 21:30:30 +0300 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com> --- pyproject.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c46b6a2c3..9823e5abf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -151,7 +151,7 @@ docs = [ ] docs-tests = [ "httpx >=0.23.0,<1.0.0", - "ruff >=0.15.0", + "ruff >=0.14.14", ] github-actions = [ "httpx >=0.27.0,<1.0.0", @@ -495,13 +495,13 @@ show_contexts = true [tool.ruff.lint] select = [ - "E", # pycodestyle errors - "W", # pycodestyle warnings - "F", # pyflakes - "I", # isort - "B", # flake8-bugbear - "C4", # flake8-comprehensions - "UP", # pyupgrade + "E", # pycodestyle errors + "W", # pycodestyle warnings + "F", # pyflakes + "I", # isort + "B", # flake8-bugbear + "C4", # flake8-comprehensions + "UP", # pyupgrade "FURB" # refurb ] ignore = [