Skip to content

Commit

Permalink
CI: Update to Black 22.3 with fixed Click (#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 committed Mar 29, 2022
1 parent 1f48487 commit 5561ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
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 5561ffe

Please sign in to comment.