fix: resolve CI linting and type checking errors
Some checks failed
CI / lint (push) Has started running
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-04 06:28:10 +00:00
parent ca6b0c66f1
commit f19a2c0869

View File

@@ -10,4 +10,4 @@ class FileSpec:
path: str path: str
content: str content: str
encoding: str = "utf-8" encoding: str = "utf-8"
executable: bool = False executable: bool = False