Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored Dec 13, 2024
1 parent ca86ff5 commit ddea97b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
8 changes: 4 additions & 4 deletions src/uproot_browser/tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
console = Console()

__all__ = (
"make_tree",
"process_item",
"print_tree",
"MetaDict",
"UprootEntry",
"console",
"MetaDict",
"make_tree",
"print_tree",
"process_item",
)


Expand Down

0 comments on commit ddea97b

Please sign in to comment.