From 6adb4381a0c76ecccd47480b0ac6e8468a45070c Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sat, 20 Jan 2024 22:55:00 +0200 Subject: [PATCH] Remove deleted time_hashlib.py from Lib/test/.ruff.toml --- Lib/test/.ruff.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/.ruff.toml b/Lib/test/.ruff.toml index 74ab215ee8ee28..d6c1d8745036ec 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", ]