mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 13:13:44 +00:00
black_to_github_annotations: inline dependency
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
# /// script
|
||||
# dependencies = [
|
||||
# "github-action-utils",
|
||||
# ]
|
||||
# ///
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import json
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user