From 5da866579404b577384db7d1c52497be732aa915 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sun, 15 Oct 2023 19:43:39 +0300 Subject: [PATCH] Lint: Include test_monitoring.py for Ruff --- Lib/test/.ruff.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lib/test/.ruff.toml b/Lib/test/.ruff.toml index 424c81f6ecd759..329a3b4fba6b5b 100644 --- a/Lib/test/.ruff.toml +++ b/Lib/test/.ruff.toml @@ -27,6 +27,4 @@ extend-exclude = [ "test_subclassinit.py", "test_yield_from.py", "time_hashlib.py", - # Pending https://github.com/python/cpython/pull/109139 - "test_monitoring.py", ]