summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2023-10-15 16:48:00 (GMT)
committerGitHub <noreply@github.com>2023-10-15 16:48:00 (GMT)
commit9608704cde4441c76c1b8b765e3aea072bca3b0d (patch)
tree45e4440202de63cc5a53124a967faf2d0330822a /Lib/test
parentfa18b0afe47615dbda15407a102b84e40cadf6a5 (diff)
downloadcpython-9608704cde4441c76c1b8b765e3aea072bca3b0d.zip
cpython-9608704cde4441c76c1b8b765e3aea072bca3b0d.tar.gz
cpython-9608704cde4441c76c1b8b765e3aea072bca3b0d.tar.bz2
Lint: Include test_monitoring.py for Ruff (#110898)
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/.ruff.toml2
1 files changed, 0 insertions, 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",
]