[3.12] Lint: Include test_monitoring.py for Ruff (GH-110898) (#110899)

Lint: Include test_monitoring.py for Ruff (GH-110898)
(cherry picked from commit 9608704cde)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
Miss Islington (bot) 2023-10-15 19:34:37 +02:00 committed by GitHub
parent 9c39149b4b
commit 7de3c8b7b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,6 +36,4 @@ extend-exclude = [
"test_tokenize.py",
"test_yield_from.py",
"time_hashlib.py",
# Pending https://github.com/python/cpython/pull/109139
"test_monitoring.py",
]