-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: optimize workflow and update dependencies
- Update ruff-pre-commit to v0.9.2 - Remove mypy from pre-commit hooks - Exclude additional files and directories from MANIFEST.in - Optimize GitHub Actions workflow for specific file changes
- Loading branch information
tanbro
committed
Jan 21, 2025
1 parent
a1eb790
commit 7ff0254
Showing
3 changed files
with
7 additions
and
9 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
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,10 +1,9 @@ | ||
exclude .* | ||
exclude mkdocs.yml | ||
exclude requirements.txt | ||
exclude *.requirements.txt | ||
exclude codecov.yml | ||
|
||
prune .* | ||
prune docs | ||
prune notebooks | ||
prune site | ||
prune static |