From 7ef91c78866062bd408efc48001fe305105f583a Mon Sep 17 00:00:00 2001 From: hsm207 Date: Thu, 8 Feb 2024 23:33:59 +0000 Subject: [PATCH] fix deprecation warning --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4e7474c..73bc3aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ optional = true langchain-openai = ">=0.0.3,<0.1" [tool.ruff] -select = [ +lint.select = [ "E", # pycodestyle "F", # pyflakes "I", # isort