Skip to content

Commit c7953a8

Browse files
[pre-commit.ci] pre-commit autoupdate (#491)
1 parent fffe536 commit c7953a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
exclude: ^\.github/workflows
2525
# Python
2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.7.3
27+
rev: v0.8.0
2828
hooks:
2929
- id: ruff
3030
args: ["--fix"]

dpgui/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
logger.addHandler(handler)
1313
logger.setLevel(logging.INFO)
1414

15-
__all__ = ["start_dpgui", "generate_dpgui_templates"]
15+
__all__ = ["generate_dpgui_templates", "start_dpgui"]

0 commit comments

Comments
 (0)