From d8c00d2a607242932359b995e4637c222fcb2284 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Wed, 4 Oct 2023 07:11:32 -0600 Subject: Lint: Remove files that no longer fail to parse or with F811 (#110356) --- Lib/test/.ruff.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Lib/test/.ruff.toml b/Lib/test/.ruff.toml index b1e6424..f4e68eb 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 -- cgit v0.12