Skip to content

Commit bcc4c5a

Browse files
committed
spelling mistakes and better .pre-commit hooks
1 parent 6ed99db commit bcc4c5a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install dependencies
3131
run: |
3232
pip install -r requirements.txt
33-
pip install pytest ecos black
33+
pip install pytest ecos
3434
# isort black flake8
3535
# pip install ecos
3636
- name: Test with pytest
@@ -42,9 +42,9 @@ jobs:
4242
#- name: Check with isort
4343
# run: |
4444
# isort --check --diff .
45-
- name: Check with black
46-
run: |
47-
black --check --diff .
45+
#- name: Check with black
46+
# run: |
47+
# black --check --diff .
4848

4949
# flake8 is replaced by ruff
5050
#- name: Check with flake8

0 commit comments

Comments
 (0)