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
{{ message }}
This repository was archived by the owner on Dec 11, 2024. It is now read-only.
* updated configurations
* fixed typo
* added more info in error message
* added support for general arithmetic expression
* updated console calculator
* switch from if-else to match-case
* fix and skip mypy problems
* pre-commit autoupdate
* updated pyproject formatting
* fixed failure tests for updated types
* support negative numbers
* refactor to reduce code complexity
* added new test
* added new test for wrong sub-parser use
* formatted stub files with isort and black
* updated readme
* pre-commit autoupdate
* updated sphinx docs
* address PTC-W0063 detected by DeepSource
* address enum str mixin formatting breaking change
Ref. python/cpython#100458.
* rename function
* updated docstring
* split infix to postfix conversion
* skipped few lines from coverage
* changed module docstring
* removed unnecessary check
* avoided list index out of range
* improved error messages
* added more tests
* skip PY-R1000 detected by DeepSource
* fixed typo
* moved coverage skip to cover conditional block
* skipped coverage for safety block
* updated codecov configuration
0 commit comments