Commit Graph

4 Commits

Author SHA1 Message Date
Eleanor Boyd 2faa164170
fix linting (#25194) 2025-06-19 10:21:06 -07:00
Joar Wandborg 3f58831acc
printEnvVariablesToFile.py overwrites itself if invoked without arguments (#24487)
I saw the command in my terminal when launching the editor, was curious
to see what it did, so I ran it again without arguments, expecting to
get a `--help`-like message, instead it ended up overwriting itself.

This change changes the script's default behavior (default being the
invocation without arguments) from overwriting itself to throwing an
exception about a missing output file argument.
2024-11-26 08:01:59 -08: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
Karthik Nadig 27783cea76
Rename `pythonFiles` to `python_files` (#22921) 2024-03-01 13:27:50 -08:00