fix: simplify CI workflow - remove black, use ruff from dev deps
Some checks failed
CI / test (push) Failing after 6s
Some checks failed
CI / test (push) Failing after 6s
This commit is contained in:
@@ -32,10 +32,7 @@ jobs:
|
|||||||
mypy env_pro/ --ignore-missing-imports || true
|
mypy env_pro/ --ignore-missing-imports || true
|
||||||
|
|
||||||
- name: Check code formatting
|
- name: Check code formatting
|
||||||
run: |
|
run: ruff check env_pro/
|
||||||
pip install black ruff
|
|
||||||
black --check env_pro/ || true
|
|
||||||
ruff check env_pro/ || true
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user