Lint: Include test_monitoring.py for Ruff (#110898)

This commit is contained in:
Hugo van Kemenade 2023-10-15 19:48:00 +03:00 committed by GitHub
parent fa18b0afe4
commit 9608704cde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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",
]