diff options
| author | Shantanu <12621235+hauntsaninja@users.noreply.github.com> | 2022-05-02 02:26:53 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-02 17:26:53 +0900 |
| commit | 6a721faa778e4db23f76bc8a0f9adf85f59f69c7 (patch) | |
| tree | 5d43ffa1982d369b35f472c65e44c16cd2c91942 /.github | |
| parent | 849c8063817894f7dba166a19fbdbb9ffd8c2b80 (diff) | |
| download | msgpack-python-6a721faa778e4db23f76bc8a0f9adf85f59f69c7.tar.gz | |
Upgrade black (#505)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/black.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/black.yaml b/.github/workflows/black.yaml index be137ae..0a0a737 100644 --- a/.github/workflows/black.yaml +++ b/.github/workflows/black.yaml @@ -21,5 +21,5 @@ jobs: - name: Black Code Formatter run: | - pip install black==22.1.0 + pip install black==22.3.0 black -S --diff --check msgpack/ test/ setup.py |
