Conversation
…n in `poetry.lock` and adjusted Python version constraints in `pyproject.toml`. Added new optional dependencies for development in `pyproject.toml`. Introduced new files for pylint reports to enhance code quality checks. Refactored data feed initialization across multiple strategy files for improved readability and compliance with line-wrapping guidelines.
…. Updated comments and docstrings across multiple files to ensure all lines are wrapped at 90 characters or less. Refactored print statements for consistency in language and formatting. Improved import organization in various modules for better clarity and maintainability.
- Updated docstrings in `xttype.py`, `xtutil.py`, and `xtview.py` to provide clearer parameter descriptions and default values. - Removed unnecessary line breaks in docstrings for better formatting. - Enhanced consistency in parameter naming and descriptions across classes and functions. - Improved exception handling in `read_from_bson_buffer` function in `xtutil.py`.
- Updated docstrings for clarity and consistency in `backtrader` package files, including `__init__.py`, `analyzer.py`, `broker.py`, and others. - Changed function names to conform to snake_case naming style, specifically `Localizer` to `localizer`. - Improved parameter descriptions and added return type information in various functions. - Added module-level docstrings to provide context and usage details for several utility modules. - Introduced a new `requirements.txt` file to manage project dependencies. - Addressed pylint warnings in `pylint_report.txt` for better code quality.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.