We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 409bbb1 commit ca4903eCopy full SHA for ca4903e
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install dependencies
31
run: |
32
python -m pip install --upgrade pip wheel 'setuptools!=58.5.*,<60'
33
- pip install ruff==0.3.4 black mypy nbstripout nbformat
+ pip install ruff black mypy nbstripout nbformat
34
- name: Lint
35
36
make lint
0 commit comments