diff --git a/README.md b/README.md index 7ae1fea6..2870dd6a 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +The tests take much longer in this case. diff --git a/pyproject.toml b/pyproject.toml index 9d652043..06de6984 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]