diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 889daaa..ef7e123 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.7.3" + rev: "v0.8.2" hooks: - id: ruff args: ["--fix", "--show-fixes"] diff --git a/src/uproot_browser/tree.py b/src/uproot_browser/tree.py index 22bd1ba..7025d5f 100644 --- a/src/uproot_browser/tree.py +++ b/src/uproot_browser/tree.py @@ -19,12 +19,12 @@ console = Console() __all__ = ( - "make_tree", - "process_item", - "print_tree", + "MetaDict", "UprootEntry", "console", - "MetaDict", + "make_tree", + "print_tree", + "process_item", )