Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
infirit committed Oct 9, 2023
1 parent 1719634 commit c4c99be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ jobs:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose --line-length 120 -t py38 -t py39 -t py310 -t py311 -t py312"
src: "./apps/blueman-*.in ./blueman/"
options: "--check --verbose --line-length 120 -t py38 -t py39 -t py310 -t py311 -t py312 ./blueman/ ./apps/blueman-*.in"

0 comments on commit c4c99be

Please sign in to comment.