From: Hugo van Kemenade Date: Wed, 4 Oct 2023 13:11:32 +0000 (-0600) Subject: Lint: Remove files that no longer fail to parse or with F811 (#110356) X-Git-Tag: v3.13.0a1~144 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d8c00d2a607242932359b995e4637c222fcb2284;p=thirdparty%2FPython%2Fcpython.git Lint: Remove files that no longer fail to parse or with F811 (#110356) --- diff --git a/Lib/test/.ruff.toml b/Lib/test/.ruff.toml index b1e6424e7854..f4e68eba1406 100644 --- a/Lib/test/.ruff.toml +++ b/Lib/test/.ruff.toml @@ -8,9 +8,6 @@ extend-exclude = [ # Failed to lint "encoded_modules/module_iso_8859_1.py", "encoded_modules/module_koi8_r.py", - # Failed to parse - "support/socket_helper.py", - "test_fstring.py", # TODO Fix: F811 Redefinition of unused name "test__opcode.py", "test_buffer.py", @@ -26,7 +23,6 @@ extend-exclude = [ "test_keywordonlyarg.py", "test_pkg.py", "test_subclassinit.py", - "test_unittest/testmock/testpatch.py", "test_yield_from.py", "time_hashlib.py", # Pending https://github.com/python/cpython/pull/109139