Skip to content

Commit

Permalink
Add black args to action
Browse files Browse the repository at this point in the history
  • Loading branch information
venekamp authored Nov 10, 2023
1 parent ba871b6 commit f0325b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/psf-black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
black-args: "--line-length 110 -t py38 -t py39 -t py310 -t py311 -py312"

0 comments on commit f0325b5

Please sign in to comment.