From 5921ad10673be7d3cf94ca10e19e8bba2223ebed Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Wed, 4 Oct 2023 15:43:04 +0300 Subject: [PATCH] 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 98da981c7be1a2..99521dd0ec6574 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",