From 64f30a9087ea218ff0a8f7a03aa903ece5de5d28 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index d29c75aa1..d6f9dff51 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -10,4 +10,4 @@ jobs: - 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/" + src: "./blueman/"