Skip to content

Commit 270b204

Browse files
committed
ci: added black back into linting
1 parent f9410f2 commit 270b204

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci_linting.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI Audit, Formatting & Linting
1+
name: CI Formatting & Linting
22

33
on:
44
pull_request:
@@ -38,6 +38,9 @@ jobs:
3838
- name: Install lint dependencies
3939
run: |
4040
make install
41+
42+
- name: Run black
43+
run: poetry run black src
4144

4245
- name: Run isort
4346
run: poetry run isort src

0 commit comments

Comments
 (0)