Skip to content

Commit

Permalink
black .
Browse files Browse the repository at this point in the history
  • Loading branch information
bloombar committed Nov 15, 2023
1 parent cb9ed10 commit 54a404c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:
pipenv shell --fancy --python $(which python)
- name: Lint with pylint
run: |
pwd
pipenv run pylint **/*.py
- name: Format with black
run: |
pwd
pipenv run black --diff --check **/*.py
pipenv run black --diff --check .

0 comments on commit 54a404c

Please sign in to comment.