File tree 2 files changed +7
-7
lines changed
happypose/toolbox/renderer
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/astral-sh/ruff-pre-commit
3
- rev : v0.5.2
3
+ rev : v0.8.0
4
4
hooks :
5
5
- id : ruff
6
6
args :
7
7
- --fix
8
8
- --exit-non-zero-on-fix
9
9
- id : ruff-format
10
10
- repo : https://github.com/pappasam/toml-sort
11
- rev : v0.23.1
11
+ rev : v0.24.2
12
12
hooks :
13
13
- id : toml-sort-fix
14
14
exclude : poetry.lock
15
15
- repo : https://github.com/pre-commit/pre-commit-hooks
16
- rev : v4.6 .0
16
+ rev : v5.0 .0
17
17
hooks :
18
18
- id : check-added-large-files
19
19
- id : check-ast
Original file line number Diff line number Diff line change 34
34
35
35
__all__ = (
36
36
"make_axes" ,
37
- "make_grid" ,
38
- "make_cylinder" ,
39
37
"make_box" ,
38
+ "make_cylinder" ,
39
+ "make_grid" ,
40
40
"make_plane" ,
41
- "make_sphere" ,
42
41
"make_points" ,
42
+ "make_sphere" ,
43
43
)
44
- __all__ = ("ViewerError " , "ViewerClosedError " )
44
+ __all__ = ("ViewerClosedError " , "ViewerError " )
45
45
46
46
47
47
class ViewerError (Exception ):
You can’t perform that action at this time.
0 commit comments