Skip to content

E2E test of issue #8785: Undefined when reading getUpdated #9906

E2E test of issue #8785: Undefined when reading getUpdated

E2E test of issue #8785: Undefined when reading getUpdated #9906

Workflow file for this run

name: Black
on: pull_request
jobs:
Linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run checks
run: |
pipx install $(grep "^black" ./cvat-cli/requirements/development.txt)
echo "Black version: $(black --version)"
black --check --diff .