mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-19 20:03:16 +00:00
Upgrade black (#505)
This commit is contained in:
parent
849c806381
commit
6a721faa77
2 changed files with 2 additions and 2 deletions
2
.github/workflows/black.yaml
vendored
2
.github/workflows/black.yaml
vendored
|
@ -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
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
Cython~=0.29.13
|
||||
|
||||
# dev only tools. no need to add pyproject
|
||||
black==22.1.0
|
||||
black==22.3.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue