Skip to content

Commit

Permalink
ci: change black options
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseylin committed Jul 24, 2023
1 parent 9edeaa2 commit 6816be8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
uses: actions/checkout@v3
- name: Run Black python formatter
uses: psf/black@stable
with:
options: "--check --verbose"
- name: Run isort import sorter
uses: isort/isort-action@v1
prettier:
Expand Down

0 comments on commit 6816be8

Please sign in to comment.