mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-11 04:10:10 +00:00
Update setuptools and black (#498)
* Use setuptools * Use black==22.1.0
This commit is contained in:
parent
89ea57747e
commit
cb50b2081b
13 changed files with 83 additions and 84 deletions
6
.github/workflows/black.yaml
vendored
6
.github/workflows/black.yaml
vendored
|
|
@ -17,9 +17,9 @@ jobs:
|
|||
architecture: 'x64'
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Black Code Formatter
|
||||
run: |
|
||||
pip install black
|
||||
black --diff --check msgpack/ test/ setup.py
|
||||
pip install black==22.1.0
|
||||
black -S --diff --check msgpack/ test/ setup.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue