Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored Nov 26, 2024
1 parent fffe536 commit c7953a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
exclude: ^\.github/workflows
# Python
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.3
rev: v0.8.0
hooks:
- id: ruff
args: ["--fix"]
Expand Down
2 changes: 1 addition & 1 deletion dpgui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
logger.addHandler(handler)
logger.setLevel(logging.INFO)

__all__ = ["start_dpgui", "generate_dpgui_templates"]
__all__ = ["generate_dpgui_templates", "start_dpgui"]

0 comments on commit c7953a8

Please sign in to comment.