Skip to content

Commit e419f4b

Browse files
authored
Merge pull request #185 from agimus-project/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 07ff939 + 2cd47b6 commit e419f4b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.5.2
3+
rev: v0.8.0
44
hooks:
55
- id: ruff
66
args:
77
- --fix
88
- --exit-non-zero-on-fix
99
- id: ruff-format
1010
- repo: https://github.com/pappasam/toml-sort
11-
rev: v0.23.1
11+
rev: v0.24.2
1212
hooks:
1313
- id: toml-sort-fix
1414
exclude: poetry.lock
1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v4.6.0
16+
rev: v5.0.0
1717
hooks:
1818
- id: check-added-large-files
1919
- id: check-ast

happypose/toolbox/renderer/geometry.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434

3535
__all__ = (
3636
"make_axes",
37-
"make_grid",
38-
"make_cylinder",
3937
"make_box",
38+
"make_cylinder",
39+
"make_grid",
4040
"make_plane",
41-
"make_sphere",
4241
"make_points",
42+
"make_sphere",
4343
)
44-
__all__ = ("ViewerError", "ViewerClosedError")
44+
__all__ = ("ViewerClosedError", "ViewerError")
4545

4646

4747
class ViewerError(Exception):

0 commit comments

Comments
 (0)