Eleanor Boyd
|
cc8b3de11c
|
msg for doctest unsupported (#25387)
fixes https://github.com/microsoft/vscode-python/issues/25380
|
2025-08-13 14:48:33 -07:00 |
Brett Cannon
|
462b9bf2cb
|
Enable explicit Ruff check rules (#23741)
Co-authored-by: Rafał <23004737+rafrafek@users.noreply.github.com>
|
2024-07-09 13:01:15 -07:00 |
Eleanor Boyd
|
0a88ed34d9
|
fix parameterized test duplicate function different classes (#23439)
fixes https://github.com/microsoft/vscode-python/issues/23434
switched parameterized function IDs to now be
`path/to/file::ClassIfExists::functionName` so it is an absolute ID and
will not be confused across classes.
|
2024-05-15 21:38:55 -07:00 |
Brett Cannon
|
7ea5584291
|
Add linting rules for ruff (#22741)
Co-authored-by: Karthik Nadig <kanadig@microsoft.com>
Co-authored-by: eleanorjboyd <eleanorboyd@microsoft.com>
|
2024-03-12 12:24:59 -07:00 |
Karthik Nadig
|
27783cea76
|
Rename `pythonFiles` to `python_files` (#22921)
|
2024-03-01 13:27:50 -08:00 |