8000 Upgrade black (#505) · msgpack/msgpack-python@6a721fa · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6a721fa

Browse files
authored
Upgrade black (#505)
1 parent 849c806 commit 6a721fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/black.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121

2222
- name: Black Code Formatter
2323
run: |
24-
pip install black==22.1.0
24+
pip install black==22.3.0
2525
black -S --diff --check msgpack/ test/ setup.py

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Cython~=0.29.13
33

44
# dev only tools. no need to add pyproject
5-
black==22.1.0
5+
black==22.3.0

0 commit comments

Comments
 (0)
0