diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-10-15 17:34:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-15 17:34:37 (GMT) |
commit | 7de3c8b7b6ffb727678e7938359a366cd75850bd (patch) | |
tree | 1e9e65a6ffcb88ff8cb57ef7539f58ff92ab1b67 /Lib/test/.ruff.toml | |
parent | 9c39149b4bd1f37c61f2bd66b9d0050a5185cc0b (diff) | |
download | cpython-7de3c8b7b6ffb727678e7938359a366cd75850bd.zip cpython-7de3c8b7b6ffb727678e7938359a366cd75850bd.tar.gz cpython-7de3c8b7b6ffb727678e7938359a366cd75850bd.tar.bz2 |
[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 9608704cde4441c76c1b8b765e3aea072bca3b0d)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Diffstat (limited to 'Lib/test/.ruff.toml')
-rw-r--r-- | Lib/test/.ruff.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/.ruff.toml b/Lib/test/.ruff.toml index 52a84f6..9b23c26 100644 --- a/Lib/test/.ruff.toml +++ b/Lib/test/.ruff.toml @@ -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", ] |