We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 585ac5e commit 3c88fe4Copy full SHA for 3c88fe4
.github/workflows/pytest.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Lint with flake8
29
run: |
30
python -m flake8
31
- - name: Test sorting wioth isort
+ - name: Import sorting with isort
32
33
python -m isort --verbose --check-only --diff markov_builder tests setup.py
34
- name: Test with pytest
0 commit comments