Skip to content

Commit

Permalink
Merge pull request #145 from agimus-project/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
nim65s authored Mar 12, 2024
2 parents f646bff + 16738a4 commit 2f79b49
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.2
rev: v0.3.2
hooks:
- id: ruff
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
- Deprecate this class when possible
"""


from typing import Union

import torch
Expand Down
1 change: 0 additions & 1 deletion happypose/pose_estimators/megapose/bop_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

# Cosypose models


BOP_CONFIG = {}
BOP_CONFIG["hb"] = {
"input_resize": (640, 480),
Expand Down
1 change: 1 addition & 0 deletions tests/test_detector.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Set of unit tests for testing inference example for CosyPose."""

import unittest

from happypose.pose_estimators.cosypose.cosypose.config import LOCAL_DATA_DIR
Expand Down
1 change: 0 additions & 1 deletion tests/test_lib3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ def test_constructor(self):


class TestRotations(unittest.TestCase):

"""
Compare results with their equivalent pinocchio implementation.
"""
Expand Down
1 change: 1 addition & 0 deletions tests/test_renderer_bullet.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Set of unit tests for bullet renderer."""

import unittest
from pathlib import Path

Expand Down

0 comments on commit 2f79b49

Please sign in to comment.