From 9608704cde4441c76c1b8b765e3aea072bca3b0d Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sun, 15 Oct 2023 19:48:00 +0300 Subject: Lint: Include test_monitoring.py for Ruff (#110898) --- Lib/test/.ruff.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lib/test/.ruff.toml b/Lib/test/.ruff.toml index 424c81f..329a3b4 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", ] -- cgit v0.12