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
8dd6dbc Auto-commit lint changes
eeb247b Remove unnecessary Any import
2f5e0e5 Simplify the translate_pattern function to use a single editorconfig parameter
412d84f Simplify the make_matcher function to use a single editorconfig parameter
408bb2c Simplify the match function to use a single editorconfig parameter
5d8582a Simplify the filter function to use a single editorconfig parameter
6f8d147 Simplify the find function to use a single editorconfig parameter
db47561 Update glob_match call to use the new editorconfig parameter
9ea21df Update test_editorconfig_braces to use the new editorconfig parameter
e1b34de Update test_editorconfig_asterisk and test_editorconfig_double_asterisk to use the new editorconfig parameter
b3151b9 Update test_combined_features to use the new editorconfig parameter
bc7166c Update test_complex_patterns to use the new editorconfig parameter
76f177f Update test_edge_cases to use the new editorconfig parameter
823384c Fix recursive translate_pattern call to use the new editorconfig parameter
HEAD Auto-commit format changes
```
codemcp-id: 216-fix-typecheck-line-endings-py-and-create-editorcon
ghstack-source-id: 03c7f4b
Pull-Request-resolved: #209
0 commit comments