Skip to content

Commit 1350721

Browse files
committed
remove black job in prep for ruff
1 parent df13763 commit 1350721

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,6 @@ defaults:
1111
shell: bash -el {0}
1212

1313
jobs:
14-
black:
15-
runs-on: ubuntu-latest
16-
steps:
17-
- uses: actions/checkout@v4
18-
- uses: psf/black@stable
19-
with:
20-
options: "--check"
21-
src: "."
22-
jupyter: true
23-
version: "24.3"
24-
2514
populate-cache:
2615
runs-on: ubuntu-latest
2716
outputs:

0 commit comments

Comments
 (0)