Skip to content

Commit

Permalink
Merge pull request agimus-project#185 from agimus-project/pre-commit-…
Browse files Browse the repository at this point in the history
…ci-update-config

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
mergify[bot] authored Nov 26, 2024
2 parents 07ff939 + 2cd47b6 commit e419f4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.2
rev: v0.8.0
hooks:
- id: ruff
args:
- --fix
- --exit-non-zero-on-fix
- id: ruff-format
- repo: https://github.com/pappasam/toml-sort
rev: v0.23.1
rev: v0.24.2
hooks:
- id: toml-sort-fix
exclude: poetry.lock
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand Down
8 changes: 4 additions & 4 deletions happypose/toolbox/renderer/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@

__all__ = (
"make_axes",
"make_grid",
"make_cylinder",
"make_box",
"make_cylinder",
"make_grid",
"make_plane",
"make_sphere",
"make_points",
"make_sphere",
)
__all__ = ("ViewerError", "ViewerClosedError")
__all__ = ("ViewerClosedError", "ViewerError")


class ViewerError(Exception):
Expand Down

0 comments on commit e419f4b

Please sign in to comment.