Skip to content

Commit 994eb54

Browse files
chore: update pre-commit hooks (#660)
* chore: update pre-commit hooks updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.4 → v0.8.0](astral-sh/ruff-pre-commit@v0.7.4...v0.8.0) * style: pre-commit fixes --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 86f5ce4 commit 994eb54

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- id: debug-statements
1616

1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.7.4
18+
rev: v0.8.0
1919
hooks:
2020
- id: ruff
2121
args: ["--fix", "--show-fixes"]

numcodecs/zarr3.py

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -355,25 +355,25 @@ def evolve_from_array_spec(self, array_spec: ArraySpec) -> AsType:
355355
ZFPY = _add_docstring(_make_array_bytes_codec("zfpy", "ZFPY"), "numcodecs.zfpy.ZFPY")
356356

357357
__all__ = [
358-
"Blosc",
359-
"LZ4",
360-
"Zstd",
361-
"Zlib",
362-
"GZip",
363358
"BZ2",
364-
"LZMA",
365-
"Shuffle",
366-
"Delta",
367-
"BitRound",
368-
"FixedScaleOffset",
369-
"Quantize",
370-
"PackBits",
371-
"AsType",
372359
"CRC32",
373360
"CRC32C",
361+
"LZ4",
362+
"LZMA",
363+
"ZFPY",
374364
"Adler32",
365+
"AsType",
366+
"BitRound",
367+
"Blosc",
368+
"Delta",
369+
"FixedScaleOffset",
375370
"Fletcher32",
371+
"GZip",
376372
"JenkinsLookup3",
377373
"PCodec",
378-
"ZFPY",
374+
"PackBits",
375+
"Quantize",
376+
"Shuffle",
377+
"Zlib",
378+
"Zstd",
379379
]

0 commit comments

Comments
 (0)