Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Oct 25, 2024
1 parent 37e1b52 commit b8921b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ python -m happypose.toolbox.utils.download --bop_dataset ycbv
python -m happypose.toolbox.utils.download --test-results
```

The tests take much longer in this case.
The tests take much longer in this case.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ priority = "primary"
changelog = "https://github.com/agimus-project/happypose/blob/main/CHANGELOG.md"

[tool.ruff]
extend-exclude = ["deps", "*.ipynb"]
extend-exclude = ["*.ipynb", "deps"]
target-version = "py310"

[tool.ruff.lint]
Expand Down

0 comments on commit b8921b9

Please sign in to comment.