https://github.com/python/cpython/commit/52eade22237eef1f3843271b9aa8ff007e2b0176
commit: 52eade22237eef1f3843271b9aa8ff007e2b0176
branch: main
author: Hugo van Kemenade <[email protected]>
committer: hugovk <[email protected]>
date: 2024-01-20T14:10:43-07:00
summary:

Remove deleted `time_hashlib.py` from `Lib/test/.ruff.toml` (#114355)

files:
M Lib/test/.ruff.toml

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",
 ]

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to