Skip to content

Adding the image crop dataset implementation, with refactor of serialization logic to reduce complexity and redundancy #23

Adding the image crop dataset implementation, with refactor of serialization logic to reduce complexity and redundancy

Adding the image crop dataset implementation, with refactor of serialization logic to reduce complexity and redundancy #23

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pre-commit
- name: Run pre-commit
uses: pre-commit/[email protected]
- name: pre-commit-ci-lite
uses: pre-commit-ci/[email protected]
if: always()