forked from Shifty/pyserveX
fix: Comment out Black code formatting check in lint workflow
This commit is contained in:
parent
537b783726
commit
b3e92516d7
@ -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/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user