Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(pyproject.toml): add 'emojis' package to dependencies to support…
… emoji handling feat(pyproject.toml): add 'types-dateparser', 'types-pytz', 'types-pyyaml' to dependencies for better type checking refactor(pyproject.toml): clean up 'exclude' lists in 'tool.ruff' and 'tool.pyright' sections, removing unnecessary entries feat(pyproject.toml): enable 'enableReachabilityAnalysis', 'reportImportCycles', 'strictDictionaryInference', 'strictListInference', 'strictSetInference' in 'tool.pyright' for stricter type checking refactor(pyproject.toml): move '.venv' to 'ignore' list in 'tool.pyright' section for better project structure management
- Loading branch information