]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Lint: Include test_monitoring.py for Ruff (#110898)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Sun, 15 Oct 2023 16:48:00 +0000 (19:48 +0300)
committerGitHub <noreply@github.com>
Sun, 15 Oct 2023 16:48:00 +0000 (17:48 +0100)
Lib/test/.ruff.toml

index 424c81f6ecd759e7a892bb504f424e81d05e616b..329a3b4fba6b5beb1b1466908ad525ccd7cdf0a8 100644 (file)
@@ -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",
 ]