Skip to content

Commit

Permalink
CI: Update to Black 22.3 with fixed Click (OSGeo#2286)
Browse files Browse the repository at this point in the history
A new version of Click broke Black. The new version of Black fixes the issue.

See also psf/black#2964
  • Loading branch information
wenzeslaus authored and neteler committed Nov 7, 2023
1 parent 6f8150f commit 046df67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/black.yml
Expand Up @@ -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 }}

Expand Down

0 comments on commit 046df67

Please sign in to comment.