Upgrade black (#505)

This commit is contained in:
Shantanu 2022-05-02 02:26:53 -06:00 committed by GitHub
parent 849c806381
commit 6a721faa77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -2,4 +2,4 @@
Cython~=0.29.13
# dev only tools. no need to add pyproject
black==22.1.0
black==22.3.0