-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Improving docstring formatting * Improving docstring formatting * Added pre-commit to the dev-requirements * Pre-commit fixes * Adding specificity to typehint * Improved docstring (google napolean style) and typehints (pyright driven) * The positional argument needs to stay * Adding back unused var (required for dependency injection) * Docstring improvements * Adding a single period * Cleaning up docstrings and some minor syntax * Cleaning up docstrings, switching to import of numpy typing to avoid pyright issues * Improving docstrings * All minor docstring improvements * Adding pydocstyle and docstring-quotes to Ruff config * Update zarr.py * Pre-commit w/ Ruff PyDocStyle * Adding module level docstring * Fixing pydocstyle errors * Fixing docstring formatting for Ruff * Docstring fixes for Ruff * Docstring fixes for Ruff * Setting up Ruff formatting (exlcuding docs/ and tests/) * Docstring fixes for Ruff pydocstyle * Fixed non-initialized plugin exception handling and added a test * Only accepting List[APIRouter] * Switching to pytest.raises
- Loading branch information
1 parent
3a4a047
commit e791d2b
Showing
19 changed files
with
456 additions
and
241 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ numcodecs | |
numpy | ||
pluggy | ||
pooch | ||
pre-commit | ||
pytest | ||
pytest-mock | ||
pytest-sugar | ||
|
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
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
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
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.