-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: error on illegal page size (#662)
* fix: error on illegal page size * `poetry black` Co-authored-by: Thomas Harning Jr <[email protected]> * move arg checking before saved query * flake8 * chore(deps) poetry update and dev dependency update * fix(tests) add tests for page size handling * chore(black) fix trailing comma --------- Co-authored-by: Andrew Alexander <[email protected]> Co-authored-by: Thomas Harning Jr <[email protected]> Co-authored-by: Andrew Alexander <[email protected]>
- Loading branch information
1 parent
8f95e6c
commit 6e1f301
Showing
5 changed files
with
550 additions
and
341 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
sphinx==7.2.6 | ||
sphinxcontrib-autoprogram==0.1.9 | ||
sphinx-rtd-theme==1.3.0 | ||
sphinx-rtd-theme==3.0.2 | ||
sphinx-prompt==1.8.0 | ||
sphinx-tabs==3.4.1 | ||
sphinx-copybutton==0.5.2 |
Oops, something went wrong.