We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 849c806 commit 6a721faCopy full SHA for 6a721fa
.github/workflows/black.yaml
@@ -21,5 +21,5 @@ jobs:
21
22
- name: Black Code Formatter
23
run: |
24
- pip install black==22.1.0
+ pip install black==22.3.0
25
black -S --diff --check msgpack/ test/ setup.py
requirements.txt
@@ -2,4 +2,4 @@
2
Cython~=0.29.13
3
4
# dev only tools. no need to add pyproject
5
-black==22.1.0
+black==22.3.0
0 commit comments