Skip to content

Commit 663522b

Browse files
committed
Merge branch 'develop' into fix/loosing_data_during_detection_filtering
# Conflicts: # pyproject.toml
2 parents adec783 + 3248723 commit 663522b

File tree

6 files changed

+930
-976
lines changed

6 files changed

+930
-976
lines changed

.github/workflows/poetry-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 🔧 Poetry Check and Installation Test Workflow
1+
name: 🔧 Poetry Checks and Test Workflow
22
on:
33
push:
44
paths:
@@ -40,3 +40,6 @@ jobs:
4040

4141
- name: 🧪 Run the Import test
4242
run: poetry run python -c "import supervision; from supervision import assets; from supervision import metrics; print(supervision.__version__)"
43+
44+
- name: 🧪 Run the Test
45+
run: poetry run pytest

.github/workflows/test.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
additional_dependencies: ["bandit[toml]"]
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: v0.8.4
35+
rev: v0.8.6
3636
hooks:
3737
- id: ruff
3838
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)