Skip to content

Commit

Permalink
Changing flake8 to black
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Petrovskiy committed Nov 17, 2023
1 parent 2945d83 commit a31f820
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,12 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Lint with flake8
# - name: Lint with flake8
# run: |
# flake8 .
- name: Lint with black
run: |
flake8 .
black .
- name: Test with pytest
if: always()
run: |
Expand Down

0 comments on commit a31f820

Please sign in to comment.