We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fffe536 commit c7953a8Copy full SHA for c7953a8
.pre-commit-config.yaml
@@ -24,7 +24,7 @@ repos:
24
exclude: ^\.github/workflows
25
# Python
26
- repo: https://github.com/astral-sh/ruff-pre-commit
27
- rev: v0.7.3
+ rev: v0.8.0
28
hooks:
29
- id: ruff
30
args: ["--fix"]
dpgui/__init__.py
@@ -12,4 +12,4 @@
12
logger.addHandler(handler)
13
logger.setLevel(logging.INFO)
14
15
-__all__ = ["start_dpgui", "generate_dpgui_templates"]
+__all__ = ["generate_dpgui_templates", "start_dpgui"]
0 commit comments