Skip to content

Commit

Permalink
Add black linting version
Browse files Browse the repository at this point in the history
  • Loading branch information
dladrichem committed Feb 6, 2024
1 parent 522495f commit ac56bd2
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 @@ -26,6 +26,8 @@ jobs:
- name: Install dependencies
run: |
pip install black
- name: Check black version
run: black --version
- name: Run black
run: black --check .

Expand Down

0 comments on commit ac56bd2

Please sign in to comment.