Remove black from lint in github actions

This commit is contained in:
2024-08-14 09:52:05 +02:00
parent ba15ea2cc0
commit bc839a80d6

View File

@@ -28,7 +28,7 @@ jobs:
pip install -q --upgrade codecov coverage black flake8 codacy-coverage
- name: Lint
run: |
black --check --diff stree
# black --check --diff stree
flake8 --count stree
- name: Tests
run: |