Skip to content

[do not merge] Fix an issue of releasing lock for rq export job when the worker subprocess is killed #9609

[do not merge] Fix an issue of releasing lock for rq export job when the worker subprocess is killed

[do not merge] Fix an issue of releasing lock for rq export job when the worker subprocess is killed #9609

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 .