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 63110e3 commit ad07647Copy full SHA for ad07647
.github/workflows/autoformat.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Install dependencies
35
run: |
36
python -m pip install --upgrade pip
37
- pip install -r dev-requirements.txt
+ pip install black black[jupyter] flake8 isort nbstripout pytest pytest-timeout versioneer
38
39
- name: Check import sorting with isort
40
id: isort-check
0 commit comments