From f26d9e6d240ba1ca66c11195bd2202ad4527af4f Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sun, 15 Oct 2023 19:48:00 +0300 Subject: [PATCH] Lint: Include test_monitoring.py for Ruff (GH-110898) (cherry picked from commit 9608704cde4441c76c1b8b765e3aea072bca3b0d) Co-authored-by: Hugo van Kemenade --- Lib/test/.ruff.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lib/test/.ruff.toml b/Lib/test/.ruff.toml index 52a84f6a379427..9b23c2610f9389 100644 --- a/Lib/test/.ruff.toml +++ b/Lib/test/.ruff.toml @@ -36,6 +36,4 @@ extend-exclude = [ "test_tokenize.py", "test_yield_from.py", "time_hashlib.py", - # Pending https://github.com/python/cpython/pull/109139 - "test_monitoring.py", ]