From 54bc63f0e94c28453f940dc6b2ba8c86d1a12a5f Mon Sep 17 00:00:00 2001 From: Bowen Liang Date: Wed, 11 Sep 2024 23:35:09 +0800 Subject: [PATCH] update --- api/pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/api/pyproject.toml b/api/pyproject.toml index 97720578cc6b18..e2d3fe100717a0 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -29,7 +29,6 @@ select = [ "W605", # invalid-escape-sequence ] ignore = [ -# "E501", # line-too-long "E402", # module-import-not-at-top-of-file "E711", # none-comparison "E712", # true-false-comparison