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
|
||||
|
||||
- name: Check code formatting
|
||||
run: |
|
||||
pip install black ruff
|
||||
black --check env_pro/ || true
|
||||
ruff check env_pro/ || true
|
||||
run: ruff check env_pro/
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user