From e658413e552b4053014e8d52e3b9153895aebfb3 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Wed, 4 Oct 2023 08:31:03 -0600 Subject: [PATCH] [3.12] Lint: Remove files that no longer fail to parse (GH-110356) (#110360) Remove files that no longer fail to parse --- Lib/test/.ruff.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lib/test/.ruff.toml b/Lib/test/.ruff.toml index 98da981c7be1..99521dd0ec65 100644 --- a/Lib/test/.ruff.toml +++ b/Lib/test/.ruff.toml @@ -9,8 +9,6 @@ extend-exclude = [ "encoded_modules/module_koi8_r.py", # Failed to parse "badsyntax_3131.py", - "support/socket_helper.py", - "test_fstring.py", "test_lib2to3/data/bom.py", "test_lib2to3/data/crlf.py", "test_lib2to3/data/different_encoding.py", -- 2.47.3