You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: typecheck line_endings.py and create editorconfig stub
Typecheck codemcp/line_endings.py and fix errors. Typecheck ONLY this file (typecheck command takes a filename as argument). As part of this you will need to generate a stub file for editorconfig. Do this by hand, you ONLY have tools accessible to you as described in prompt.
```git-revs
55c4bef (Base revision)
142894b Create editorconfig stub file
c9476b2 Add stub path to pyright configuration
24026ab Fix handling of None case in check_editorconfig function
40adebd Update editorconfig stub to reflect that get_properties doesn't return None
d9f3a40 Add Any type import
96cc642 Remove unnecessary None check as options can't be None
5c3daa5 Create stub file for glob module
08fbef8 Remove unused Any import
36eccca Create __init__.pyi for codemcp stubs package
33f1cc8 Add more type imports
709f58a Add proper type annotations for keyword arguments in functions
0ddf6a9 Update find function to pass correct keyword args and improve documentation
da24fe2 Auto-commit format changes
HEAD Auto-commit lint changes
```
codemcp-id: 216-fix-typecheck-line-endings-py-and-create-editorcon
ghstack-source-id: 7ec8fba
Pull-Request-resolved: #209
0 commit comments