Skip to content

Commit 75fca3c

Browse files
committed
trigger precommit on all python files changed in this pull request
trying to get the ruff format that's happening locally during pre-commit to match the pre-commit run that is failing on CI.
1 parent fa1783e commit 75fca3c

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

src/zarr/codecs/sharding.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# NOOP change
12
from __future__ import annotations
23

34
from collections.abc import Iterable, Mapping, MutableMapping

src/zarr/core/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# NOOP change
12
"""
23
The config module is responsible for managing the configuration of zarr and is based on the Donfig python library.
34
For selecting custom implementations of codecs, pipelines, buffers and ndbuffers, first register the implementations

tests/test_codecs/test_sharding.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# NOOP change
12
import pickle
23
from typing import Any
34
from unittest.mock import AsyncMock

tests/test_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# NOOP change
12
import os
23
from collections.abc import Iterable
34
from typing import Any

0 commit comments

Comments
 (0)