Skip to content

Commit

Permalink
ci: Pin black version
Browse files Browse the repository at this point in the history
  • Loading branch information
dean0x7d committed Apr 27, 2024
1 parent a20d9c3 commit 85e488e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
- uses: psf/black@24.4.2
1 change: 1 addition & 0 deletions test_package/nbconvert/test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Some packages distrubute additional data: ensure that it is there"""

import sys
import pathlib
from jupyter_core import paths
Expand Down
1 change: 1 addition & 0 deletions test_package/numpy/test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""`numpy` distributes its tests: run them"""

import sys
import numpy as np

Expand Down

0 comments on commit 85e488e

Please sign in to comment.