black_to_github_annotations: inline dependency

This commit is contained in:
Andrej730
2026-09-03 17:47:34 +05:00
parent 2b7970509e
commit 462a05e662
2 changed files with 7 additions and 2 deletions
+1 -2
View File
@@ -51,8 +51,7 @@ jobs:
id: black-annotations
run: |
uv tool install black-codeclimate
pip install github_action_utils
black --diff --check . | black-codeclimate | python .github/scripts/black_to_github_annotations.py
black --diff --check . | black-codeclimate | uv run .github/scripts/black_to_github_annotations.py
continue-on-error: true
- name: ty check (venv setup)