ci: use ruff as formatter and linter

This commit is contained in:
2024-05-22 01:23:55 +08:00
parent 937bbe2eee
commit 38e0d7f8d1
4 changed files with 34 additions and 27 deletions

View File

@ -21,5 +21,5 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- run: 'pip install -r requirements.dev.txt .'
- run: 'pip install .[dev]'
- run: 'pytest -v'