Skip to content

Commit 0d54322

Browse files
authored
Merge pull request #13 from data-exp-lab/pre-commit-ci-update-config
chore: update pre-commit hooks
2 parents 24ad833 + 2f63f79 commit 0d54322

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repos:
4242
args: [--prose-wrap=always]
4343

4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: "v0.7.4"
45+
rev: "v0.8.0"
4646
hooks:
4747
- id: ruff
4848
args: ["--fix", "--show-fixes"]

src/pyramid_sampler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
from ._version import version as __version__
1010
from .sampler import Downsampler, initialize_test_image
1111

12-
__all__ = ["__version__", "Downsampler", "initialize_test_image"]
12+
__all__ = ["Downsampler", "__version__", "initialize_test_image"]

0 commit comments

Comments
 (0)