From 533b4e752b55bde936a91296410c22e37de5f33a Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Sun, 4 Sep 2022 16:13:35 -0400 Subject: [PATCH] Reduce ignores in CPython benchmark --- README.md | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/README.md b/README.md index 927a111de7..7b55b6f024 100644 --- a/README.md +++ b/README.md @@ -162,46 +162,22 @@ Add this `pyproject.toml` to the CPython directory: [tool.linter] line-length = 88 exclude = [ - "Lib/ctypes/test/test_numbers.py", - "Lib/dataclasses.py", "Lib/lib2to3/tests/data/bom.py", "Lib/lib2to3/tests/data/crlf.py", "Lib/lib2to3/tests/data/different_encoding.py", "Lib/lib2to3/tests/data/false_encoding.py", "Lib/lib2to3/tests/data/py2_test_grammar.py", - "Lib/sqlite3/test/factory.py", - "Lib/sqlite3/test/hooks.py", - "Lib/sqlite3/test/regression.py", - "Lib/sqlite3/test/transactions.py", - "Lib/sqlite3/test/types.py", "Lib/test/bad_coding2.py", "Lib/test/badsyntax_3131.py", "Lib/test/badsyntax_pep3120.py", "Lib/test/encoded_modules/module_iso_8859_1.py", "Lib/test/encoded_modules/module_koi8_r.py", - "Lib/test/sortperf.py", - "Lib/test/test_email/torture_test.py", "Lib/test/test_fstring.py", - "Lib/test/test_genericpath.py", - "Lib/test/test_getopt.py", "Lib/test/test_grammar.py", - "Lib/test/test_htmlparser.py", - "Lib/test/test_importlib/stubs.py", - "Lib/test/test_importlib/test_files.py", - "Lib/test/test_importlib/test_metadata_api.py", - "Lib/test/test_importlib/test_open.py", "Lib/test/test_importlib/test_util.py", "Lib/test/test_named_expressions.py", "Lib/test/test_patma.py", - "Lib/test/test_peg_generator/__main__.py", - "Lib/test/test_pipes.py", "Lib/test/test_source_encoding.py", - "Lib/test/test_weakref.py", - "Lib/test/test_webbrowser.py", - "Lib/tkinter/__main__.py", - "Lib/tkinter/test/test_tkinter/test_variables.py", - "Modules/_decimal/libmpdec/literature/fnt.py", - "Modules/_decimal/tests/deccheck.py", "Tools/c-analyzer/c_parser/parser/_delim.py", "Tools/i18n/pygettext.py", "Tools/test2to3/maintest.py",