Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1182)
Browse files Browse the repository at this point in the history
Co-authored-by: Heberto Mayorquin <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and h-mayorquin authored Feb 8, 2025
1 parent 34fe88e commit 09f446f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
exclude: ^docs/

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.1
rev: v0.9.4
hooks:
- id: ruff
args: [ --fix ]

- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.1
hooks:
- id: codespell
additional_dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
(
"shuffle", # controlled via H5DataIO
"fletcher32", # controlled via H5DataIO
"scaleoffset", # enforced indrectly by HDMF/PyNWB data types
"scaleoffset", # enforced indirectly by HDMF/PyNWB data types
)
)
_available_hdf5_filters = set(_base_hdf5_filters - _excluded_hdf5_filters)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"msgpack2", # think more on if we want to include this for variable length string datasets
"adler32", # checksum
"crc32", # checksum
"fixedscaleoffset", # enforced indrectly by HDMF/PyNWB data types
"fixedscaleoffset", # enforced indirectly by HDMF/PyNWB data types
"base64", # unsure what this would ever be used for
"n5_wrapper", # different data format
)
Expand Down

0 comments on commit 09f446f

Please sign in to comment.