Skip to content

Adjust epsilon to each contour in mask2polygon #197

Adjust epsilon to each contour in mask2polygon

Adjust epsilon to each contour in mask2polygon #197

Workflow file for this run

name: Code Quality
on:
push:
branches:
- "**"
pull_request:
branches:
- main
jobs:
code-quality:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/poetry
- name: Linting check with ruff
run: poetry run ruff check .
- name: Typehinting check with mypy
run: poetry run mypy src