Skip to content

Commit

Permalink
update black and isort
Browse files Browse the repository at this point in the history
  • Loading branch information
bagustris committed Sep 18, 2024
1 parent 1601066 commit 7730cf5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/format_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
# - uses: psf/black@stable
- uses: psf/black@552baf8

3 changes: 2 additions & 1 deletion .github/workflows/isort.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: isort/isort-action@v1
- uses: isort/isort-action@v1

0 comments on commit 7730cf5

Please sign in to comment.