From 09063cc987c886d01750ad3df3eda1a107e8a96c Mon Sep 17 00:00:00 2001 From: 283375 Date: Thu, 20 Jun 2024 22:30:39 +0800 Subject: [PATCH] disable strict ruff rules --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8ad189a..f202a8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,6 @@ select = [ "I", # isort "PL", # pylint "N", # pep8-naming - "FBT", # flake8-boolean-trap "A", # flake8-builtins "DTZ", # flake8-datetimez "LOG", # flake8-logging