fix: Comment out Black code formatting check in lint workflow

This commit is contained in:
Илья Глазунов 2025-09-03 00:16:38 +03:00
parent 537b783726
commit b3e92516d7

View File

@ -36,8 +36,8 @@ jobs:
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true' if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --with dev run: poetry install --with dev
- name: Run Black (Code formatting check) # - name: Run Black (Code formatting check)
run: poetry run black --check pyserve/ # run: poetry run black --check pyserve/
- name: Run isort (Import sorting check) - name: Run isort (Import sorting check)
run: poetry run isort --check-only pyserve/ run: poetry run isort --check-only pyserve/