-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update CHANGELOG.md * Update requirements files * Update test for updated hdf5plugin * Fix test * Update release instructions * Update Sphinx workflow * Update workflows to remove cancel action and align with hdmf * Update HDMF_dev.yaml * Fix dateutil requirement * Update CHANGELOG.md * Remove requirements files, update tox and workflows * Fix rtd * Update per-PR workflows * Update docs, change optional deps group * Configure dependabot * Fix workflow * Update changelog * Update changelog * Apply black to src directory * Add ruff exception * Fix spelling * Run black on tests * Update changelog --------- Co-authored-by: Matthew Avaylon <[email protected]>
- Loading branch information
Showing
19 changed files
with
1,962 additions
and
1,722 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,12 +1,18 @@ | ||
repos: | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v4.3.0 | ||
rev: v5.0.0 | ||
hooks: | ||
- id: check-yaml | ||
- id: end-of-file-fixer | ||
- id: trailing-whitespace | ||
- id: check-added-large-files | ||
- id: check-json | ||
- id: check-toml | ||
- id: name-tests-test | ||
args: [--pytest-test-first] | ||
- id: check-docstring-first | ||
- repo: https://github.com/psf/black | ||
rev: 22.6.0 | ||
rev: 24.10.0 | ||
hooks: | ||
- id: black | ||
exclude: ^docs/ |
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 was deleted.
Oops, something went wrong.
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.