From: Hugo van Kemenade Date: Wed, 4 Oct 2023 14:31:03 +0000 (-0600) Subject: [3.12] Lint: Remove files that no longer fail to parse (GH-110356) (#110360) X-Git-Tag: v3.12.1~377 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e658413e552b4053014e8d52e3b9153895aebfb3;p=thirdparty%2FPython%2Fcpython.git [3.12] Lint: Remove files that no longer fail to parse (GH-110356) (#110360) Remove files that no longer fail to parse --- 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",