From ecd4df83f9cdba72a3916b232766ed8faba7c505 Mon Sep 17 00:00:00 2001 From: vyuroshchin <> Date: Tue, 25 Aug 2026 00:44:32 +0300 Subject: [PATCH] chore: drop duplicate PLR1714 ruff rule --- AUTHORS | 1 + pyproject.toml | 35 +++++++++++++++++------------------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/AUTHORS b/AUTHORS index 2805077f42c..cd799cc2983 100644 --- a/AUTHORS +++ b/AUTHORS @@ -513,6 +513,7 @@ Vivaan Verma Vlad Dragos Vlad Radziuk Vladyslav Rachek +Vladimir Roshchin Volodymyr Kochetkov Volodymyr Piskun Warren Markham diff --git a/pyproject.toml b/pyproject.toml index 5cc86d60857..7aadc6431de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -114,24 +114,23 @@ src = [ ] format.docstring-code-format = true lint.extend-select = [ - "B", # bugbear - "D", # pydocstyle - "E", # pycodestyle - "F", # pyflakes - "FA100", # add future annotations - "I", # isort - "PGH004", # pygrep-hooks - Use specific rule codes when using noqa - "PIE", # flake8-pie - "PLC", # pylint convention - "PLE", # pylint error - "PLR", # pylint refactor - "PLR1714", # Consider merging multiple comparisons - "PLW", # pylint warning - "PYI", # flake8-pyi - "RUF", # ruff - "T100", # flake8-debugger - "UP", # pyupgrade - "W", # pycodestyle + "B", # bugbear + "D", # pydocstyle + "E", # pycodestyle + "F", # pyflakes + "FA100", # add future annotations + "I", # isort + "PGH004", # pygrep-hooks - Use specific rule codes when using noqa + "PIE", # flake8-pie + "PLC", # pylint convention + "PLE", # pylint error + "PLR", # pylint refactor + "PLW", # pylint warning + "PYI", # flake8-pyi + "RUF", # ruff + "T100", # flake8-debugger + "UP", # pyupgrade + "W", # pycodestyle ] lint.ignore = [ # flake8-async ignore