-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Update
pyproject.toml
, fix lints, typing (#10)
* ci: Update `pypject.toml` * ci: Update `.gitattributes` * ci: Update github workflows * test: Fix tests bound to `altair==5.8.0` Still hardcoded as it isn't a trivial switch to f-strings. Need to resolve nested quoting and braces * fix: Resolve namespace-related issues * fix: Add compat for removed `sphinx.testing.path.path` Was deprecated in `(3, 9)` but removed in later versions * refactor: Replace `os.path` in `conf.py` * refactor: Fix lints, typing, minor perf tweaks * refactor: Minor reduction in `AltairPlotDirective.run` * ci: Fix missing `hatch run` in github action https://github.com/dangotbanned/sphinxext-altair/actions/runs/10422611217/job/28867476849 * build: Drop support for `python<3.9` #10 (review)
- Loading branch information
1 parent
b937d72
commit cc6330f
Showing
10 changed files
with
362 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
* text=auto | ||
* text=auto eol=lf |
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.