Skip to content

Commit 23c19e2

Browse files
authored
Update pinned filecheck version to 1.0.3 (#9054)
Update requirements-dev.txt to use the modern Python filecheck package (1.0.3+).
1 parent a30696f commit 23c19e2

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ jobs:
5656
# currently macos-13, but unfortunately that doesn't exist in github
5757
# actions so we settle for macos-14.
5858
os: [ubuntu-22.04, ubuntu-latest, macos-14, windows-latest, windows-11-arm]
59+
env:
60+
# Enable UTF-8 mode for Python on Windows. This is required for filecheck
61+
# 1.0.3 to handle Unicode filenames/checks and should be unnecessary in
62+
# future versions of filecheck.
63+
PYTHONUTF8: 1
5964
steps:
6065
- uses: actions/setup-python@v5
6166
with:

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# Install with `pip3 install -r requirements-dev.txt`
55

66
ruff==0.16.0
7-
filecheck==0.0.22
7+
filecheck==1.0.3
88
lit==0.11.0.post1

0 commit comments

Comments
 (0)