From: Hugo van Kemenade Date: Sun, 15 Oct 2023 16:48:00 +0000 (+0300) Subject: Lint: Include test_monitoring.py for Ruff (#110898) X-Git-Tag: v3.13.0a2~463 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9608704cde4441c76c1b8b765e3aea072bca3b0d;p=thirdparty%2FPython%2Fcpython.git Lint: Include test_monitoring.py for Ruff (#110898) --- diff --git a/Lib/test/.ruff.toml b/Lib/test/.ruff.toml index 424c81f6ecd7..329a3b4fba6b 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", ]