Skip to content

Raise exception on unsupported image types in test #12213

Raise exception on unsupported image types in test

Raise exception on unsupported image types in test #12213

Workflow file for this run

name: dlc-format-check
on: [pull_request]
jobs:
python-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@24.8.0
with:
options: "--check --verbose -l 100"