Skip to content

Commit

Permalink
Update Lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab authored Dec 18, 2024
1 parent 2d789f1 commit 7fc25ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
python-version: "3.7"
- name: Install black
run: pip install "black>=22.1.0,<23.0a0"
- name: Print code formatting with black (hints here if next step errors)
run: black --diff .
- name: Check code formatting with black
run: black --check .

Expand Down

0 comments on commit 7fc25ba

Please sign in to comment.