From 52eade22237eef1f3843271b9aa8ff007e2b0176 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sat, 20 Jan 2024 23:10:43 +0200 Subject: Remove deleted `time_hashlib.py` from `Lib/test/.ruff.toml` (#114355) --- Lib/test/.ruff.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/.ruff.toml b/Lib/test/.ruff.toml index 74ab215..d6c1d87 100644 --- a/Lib/test/.ruff.toml +++ b/Lib/test/.ruff.toml @@ -20,5 +20,4 @@ extend-exclude = [ "test_import/__init__.py", "test_pkg.py", "test_yield_from.py", - "time_hashlib.py", ] -- cgit v0.12