Browse Source

CI: Update to Black 22.3 with fixed Click (#2286)

A new version of Click broke Black. The new version of Black fixes the issue.

See also https://github.com/psf/black/issues/2964
Vaclav Petras 2 years ago
parent
commit
5561ffe04b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/black.yml

+ 1 - 1
.github/workflows/black.yml

@@ -20,7 +20,7 @@ jobs:
         include:
           - os: ubuntu-20.04
             python-version: "3.10"
-            black-version: "22.1.0"
+            black-version: "22.3.0"
 
     runs-on: ${{ matrix.os }}