Skip to content

Removed outdated code related to web analytics #9619

Removed outdated code related to web analytics

Removed outdated code related to web analytics #9619

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 .