isort entire repo (#200)

This commit is contained in:
Rob Meng
2023-06-15 20:12:10 -04:00
committed by GitHub
parent 01dadb0862
commit d1e8a97a2a
15 changed files with 29 additions and 23 deletions

View File

@@ -32,9 +32,11 @@ jobs:
run: |
pip install -e .
pip install tantivy@git+https://github.com/quickwit-oss/tantivy-py#164adc87e1a033117001cf70e38c82a53014d985
pip install pytest pytest-mock black
pip install pytest pytest-mock black isort
- name: Black
run: black --check --diff --no-color --quiet .
- name: isort
run: isort --check --diff --quiet .
- name: Run tests
run: pytest -x -v --durations=30 tests
- name: doctest