Skip to content

Commit

Permalink
ci: update GitHub CI to lint using Black instead of Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawson R (aider) committed Sep 9, 2024
1 parent 2001a7c commit c0a8245
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
run: |
poetry install
- name: Lint with flake8
- name: Lint with Black
run: |
poetry run flake8 .
poetry run black --check .

0 comments on commit c0a8245

Please sign in to comment.