diff options
| author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2023-10-04 14:30:48 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-04 14:30:48 (GMT) |
| commit | b0e43cb6cb99b5ebe62d00727d54c4f05f5a739e (patch) | |
| tree | e0e682c497c5b81bb7e2f89d09daf7521800f958 | |
| parent | 8f22504d745c4a843ff30b6810ab606817480746 (diff) | |
| download | cpython-b0e43cb6cb99b5ebe62d00727d54c4f05f5a739e.zip cpython-b0e43cb6cb99b5ebe62d00727d54c4f05f5a739e.tar.gz cpython-b0e43cb6cb99b5ebe62d00727d54c4f05f5a739e.tar.bz2 | |
[3.11] Lint: Remove files that no longer fail to parse (GH-110356) (#110361)
Remove files that no longer fail to parse
| -rw-r--r-- | Lib/test/.ruff.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/.ruff.toml b/Lib/test/.ruff.toml index bd46f98..7ef5416 100644 --- a/Lib/test/.ruff.toml +++ b/Lib/test/.ruff.toml @@ -9,8 +9,6 @@ extend-exclude = [ "encoded_modules/module_iso_8859_1.py", "encoded_modules/module_koi8_r.py", "test_source_encoding.py", - # Failed to parse - "test_fstring.py", # TODO Fix: F811 Redefinition of unused name "test_buffer.py", "test_dataclasses/__init__.py", |
