Skip to content

Commit

Permalink
chore: Update pre-commit (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Nov 28, 2024
1 parent ddb53dc commit 1ee7cb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
- id: check-json
- id: detect-private-key
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.2
rev: v0.8.0
hooks:
- id: ruff
files: holonote/
Expand All @@ -39,7 +39,7 @@ repos:
hooks:
- id: shellcheck
- repo: https://github.com/hoxbro/prettier-pre-commit
rev: v3.3.3
rev: v3.4.1
hooks:
- id: prettier
exclude: conda.recipe/meta.yaml
Expand Down
2 changes: 1 addition & 1 deletion holonote/app/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .panel import PanelWidgets
from .tabulator import AnnotatorTable

__all__ = ("PanelWidgets", "AnnotatorTable")
__all__ = ("AnnotatorTable", "PanelWidgets")

0 comments on commit 1ee7cb1

Please sign in to comment.