From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sat, 20 Jan 2024 21:10:43 +0000 (+0200) Subject: Remove deleted `time_hashlib.py` from `Lib/test/.ruff.toml` (#114355) X-Git-Tag: v3.13.0a4~403 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=52eade22237eef1f3843271b9aa8ff007e2b0176;p=thirdparty%2FPython%2Fcpython.git Remove deleted `time_hashlib.py` from `Lib/test/.ruff.toml` (#114355) --- diff --git a/Lib/test/.ruff.toml b/Lib/test/.ruff.toml index 74ab215ee8ee..d6c1d8745036 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", ]