Skip to content

[#51386] nodes: yolact_kenning.py: Limit predictions by score and amount #3

[#51386] nodes: yolact_kenning.py: Limit predictions by score and amount

[#51386] nodes: yolact_kenning.py: Limit predictions by score and amount #3

Workflow file for this run

name: Pre-commit linting
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Run pre-commit
uses: pre-commit/[email protected]