fix: simplify CI workflow - remove black, use ruff from dev deps
Some checks failed
CI / test (push) Failing after 6s

This commit is contained in:
2026-01-31 01:45:48 +00:00
parent 1872f4c7af
commit 5dc4d680ec

View File

@@ -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