Commit Graph

7 Commits

Author SHA1 Message Date
Isaiah Odhner
68e52ec30e Rename file to avoid pytest discovery
This file was being automatically executed on (unrelated) file changes,
via this command line:
    .venv\Scripts\python.exe -m pytest -p vscode_pytest --collect-only
2024-10-31 20:59:15 -04:00
Isaiah Odhner
ade8d115cf Write same newlines across operating systems for gradient_test.ans 2024-10-31 20:55:27 -04:00
Isaiah Odhner
c9757a4549 Remove all trailing whitespace
using regular expression: \s+$
2023-09-04 21:47:58 -04:00
Isaiah Odhner
fc395e2db9 Specify UTF-8 encoding, since it's not default on Windows
https://peps.python.org/pep-0597/#using-the-default-encoding-is-a-common-mistake
2023-07-17 20:04:24 -04:00
Isaiah Odhner
6c1b994598 Smooth over variable getpixel return type, for Pyright 2023-07-15 20:31:02 -04:00
Isaiah Odhner
0ad6d1a5e6 Fix up paths in scripts 2023-06-27 19:13:47 -04:00
Isaiah Odhner
87e2ff9b5f Move one-off scripts outside of package
(breaking relative paths)
2023-06-27 18:58:47 -04:00