0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #1099 from hf-kklein/specific_type_ignore More... almost 3 years ago
Merge pull request #1110 from hf-kklein/rename_n_child More... almost 3 years ago
Add `py.typed` to package data of lark package More... almost 3 years ago
Merge pull request #1100 from hf-kklein/mypy_tools More... almost 3 years ago
Merge pull request #1107 from hf-kklein/patch-1 More... almost 3 years ago
Merge pull request #1102 from hf-kklein/pep8_hints More... almost 3 years ago
Add Code Style Section to Contribution Guide More... almost 3 years ago
use `Optional[str]` instead of `Optional[Literal]` for Python <=3.7 More... almost 3 years ago
raise NotImplementedError on unexpected flag type More... almost 3 years ago
Merge pull request #1101 from hf-kklein/typo_options More... almost 3 years ago
rename `n` to `child` when iterating over `children` More... almost 3 years ago
PEP 8: E201/E202: "whitespace after (" / "whitespace before )" More... almost 3 years ago
PEP 8: E741: ambiguous variable name 'l' More... almost 3 years ago
PEP 8: E231: Missing whitespace after ':' More... almost 3 years ago
PEP 8: E225 missing whitespace around operator More... almost 3 years ago
PEP 8: E231: Missing whitespace after ':' More... almost 3 years ago
PEP 8: E225 missing whitespace around operator More... almost 3 years ago
fix typo: plural "options" instead of singular "option" More... almost 3 years ago
use `Optional[Literal['utf-8']]` type hint for FileType encoding kwarg More... almost 3 years ago
explicitly check for `str` instance instead of relying on else alone More... almost 3 years ago
rename loop var from `f` to `flag` More... almost 3 years ago
specify ignored mypy error by using `type: ignore[error]` More... almost 3 years ago
Merge pull request #1096 from plannigan/test_tree_templates More... almost 3 years ago
Add test cases for tree templates More... almost 3 years ago
Version bump More... almost 3 years ago
Merge pull request #1083 from lark-parser/plugins More... almost 3 years ago
Merge pull request #1057 from lark-parser/fixes_for_mypy More... almost 3 years ago
Merge branch 'master' into fixes_for_mypy More... almost 3 years ago
Clean up tree templates implementation to reduce mypy errors More... almost 3 years ago
Merge pull request #1089 from plannigan/mypy_fix-remove_redefinition More... about 3 years ago