Reduce ignores in CPython benchmark

This commit is contained in:
Charlie Marsh 2022-09-04 16:13:35 -04:00
parent cf45d520e6
commit 533b4e752b

View file

@ -162,46 +162,22 @@ Add this `pyproject.toml` to the CPython directory:
[tool.linter] [tool.linter]
line-length = 88 line-length = 88
exclude = [ exclude = [
"Lib/ctypes/test/test_numbers.py",
"Lib/dataclasses.py",
"Lib/lib2to3/tests/data/bom.py", "Lib/lib2to3/tests/data/bom.py",
"Lib/lib2to3/tests/data/crlf.py", "Lib/lib2to3/tests/data/crlf.py",
"Lib/lib2to3/tests/data/different_encoding.py", "Lib/lib2to3/tests/data/different_encoding.py",
"Lib/lib2to3/tests/data/false_encoding.py", "Lib/lib2to3/tests/data/false_encoding.py",
"Lib/lib2to3/tests/data/py2_test_grammar.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/bad_coding2.py",
"Lib/test/badsyntax_3131.py", "Lib/test/badsyntax_3131.py",
"Lib/test/badsyntax_pep3120.py", "Lib/test/badsyntax_pep3120.py",
"Lib/test/encoded_modules/module_iso_8859_1.py", "Lib/test/encoded_modules/module_iso_8859_1.py",
"Lib/test/encoded_modules/module_koi8_r.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_fstring.py",
"Lib/test/test_genericpath.py",
"Lib/test/test_getopt.py",
"Lib/test/test_grammar.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_importlib/test_util.py",
"Lib/test/test_named_expressions.py", "Lib/test/test_named_expressions.py",
"Lib/test/test_patma.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_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/c-analyzer/c_parser/parser/_delim.py",
"Tools/i18n/pygettext.py", "Tools/i18n/pygettext.py",
"Tools/test2to3/maintest.py", "Tools/test2to3/maintest.py",