Skip to content

Commit e14dbc2

Browse files
committed
ci: remove black check to avoid large formatting changes
1 parent 7fc04b1 commit e14dbc2

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ jobs:
2929
run: |
3030
pip install .[dev]
3131
32-
- name: Check formatting (black)
33-
run: |
34-
black --check src
35-
3632
- name: Lint (flake8)
3733
run: |
3834
flake8 src

0 commit comments

Comments
 (0)