From c4c99bef3ba67c53da7758ba7bc147a697fb70f6 Mon Sep 17 00:00:00 2001 From: Sander Sweers Date: Mon, 9 Oct 2023 19:17:42 +0200 Subject: [PATCH] fixup --- .github/workflows/black.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index d29c75aa1..128d52ddc 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -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"