Skip to content

Commit

Permalink
Freeze black version for CI and add jupyter linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Bachibouzouk committed May 14, 2024
1 parent 505e4aa commit 681388e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install black
run: |
python -m pip install --upgrade pip
pip install black
pip install black[jupyter]==24.4.2
- name: Lint with black
run: |
black . --check
Expand Down

0 comments on commit 681388e

Please sign in to comment.