Skip to content

Commit

Permalink
Merge branch 'develop' into fix/loosing_data_during_detection_filtering
Browse files Browse the repository at this point in the history
# Conflicts:
#	pyproject.toml
  • Loading branch information
SkalskiP committed Jan 8, 2025
2 parents adec783 + 3248723 commit 663522b
Show file tree
Hide file tree
Showing 6 changed files with 930 additions and 976 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/poetry-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 🔧 Poetry Check and Installation Test Workflow
name: 🔧 Poetry Checks and Test Workflow
on:
push:
paths:
Expand Down Expand Up @@ -40,3 +40,6 @@ jobs:

- name: 🧪 Run the Import test
run: poetry run python -c "import supervision; from supervision import assets; from supervision import metrics; print(supervision.__version__)"

- name: 🧪 Run the Test
run: poetry run pytest
40 changes: 0 additions & 40 deletions .github/workflows/test.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repos:
additional_dependencies: ["bandit[toml]"]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.4
rev: v0.8.6
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
Loading

0 comments on commit 663522b

Please sign in to comment.