]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Lint: Remove files that no longer fail to parse or with F811 (#110356)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Wed, 4 Oct 2023 13:11:32 +0000 (07:11 -0600)
committerGitHub <noreply@github.com>
Wed, 4 Oct 2023 13:11:32 +0000 (16:11 +0300)
Lib/test/.ruff.toml

index b1e6424e785408a27e5a7c0c7dc8f40f09dc7a36..f4e68eba14068dd60de82f2352d5d0575a98a4a8 100644 (file)
@@ -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