Skip to content

Commit

Permalink
spelling mistakes and better .pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Jan 1, 2025
1 parent 6ed99db commit bcc4c5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install dependencies
run: |
pip install -r requirements.txt
pip install pytest ecos black
pip install pytest ecos
# isort black flake8
# pip install ecos
- name: Test with pytest
Expand All @@ -42,9 +42,9 @@ jobs:
#- name: Check with isort
# run: |
# isort --check --diff .
- name: Check with black
run: |
black --check --diff .
#- name: Check with black
# run: |
# black --check --diff .

# flake8 is replaced by ruff
#- name: Check with flake8
Expand Down

0 comments on commit bcc4c5a

Please sign in to comment.