From d42812b1ce88e8407d5c222014d4b6fed064b419 Mon Sep 17 00:00:00 2001 From: banteg <4562643+banteg@users.noreply.github.com> Date: Wed, 26 Feb 2025 15:51:21 +0400 Subject: [PATCH] fix: disable FBT rules per maintainer feedback --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cce0cb785d..66abf431b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ select = [ "ERA", # flake8-eradicate "TID", # flake8-tidy-imports "BLE", # flake8-blind-except - "FBT", # flake8-boolean-trap + # "FBT", # flake8-boolean-trap (removed per maintainer feedback) "PD", # pandas-vet "PGH", # pygrep-hooks "PLC", # pylint conventions