-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplifies code in Data Providers and enhances API reference (#335)
* Simplify pandas usage, update type hinting and improve API docs * Trigger workflow * Add more documentation * Whitelist datetime in pylint * Whitelist `datetime` in pylint * Whitelist `datetime` in pylint * Whitelist `DTW` in pylint (wasn't flagged locally) * Add `from __future__ import annotations` * Remove Return None statements * Remove ticker str type * Remove ticker str type * Remove ticker str type * Enhance documentation for str | list[str] | None and restore str type * Resolve Incompatible types in assignment in linter * Add to dictionary * Replace f-string with lazy formatting * Remove redundant strings * Fix html compilation * Whitelist Euronext in lint * Whitelist singapore and paris in lint * Correct the docstrings and fix scattered typos * Correct method links in API docs * Spell check
- Loading branch information
1 parent
60e22c7
commit 37b904d
Showing
7 changed files
with
331 additions
and
205 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.