Skip to content

Commit

Permalink
Upgrade the required black version.
Browse files Browse the repository at this point in the history
See also: psf/black#2634

Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
  • Loading branch information
sighingnow committed Mar 29, 2022
1 parent 92c4b15 commit a69d014
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -144,7 +144,7 @@ jobs:
- name: Python Format and Lint Check
run: |
echo "Checking formatting for $GITHUB_REPOSITORY"
pip3 install black==22.1.0 flake8==4.0.1 isort==5.10.1
pip3 install coordinator/requirements-dev.txt
export LC_ALL=en_US.utf8
export LANG=en_US.utf8
pushd python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Python Format and Lint Check
run: |
echo "Checking formatting for $GITHUB_REPOSITORY"
pip3 install black==22.1.0 flake8==4.0.1 isort==5.10.1
pip3 install -i coordinator/requirements-dev.txt
pushd python
python3 -m isort --check --diff .
python3 -m black --check --diff .
Expand Down
2 changes: 1 addition & 1 deletion coordinator/requirements-dev.txt
@@ -1,3 +1,3 @@
black==22.1.0
black==22.3.0
flake8==4.0.1
isort==5.10.1
2 changes: 1 addition & 1 deletion python/requirements-dev.txt
@@ -1,5 +1,5 @@
tomli
black==22.1.0
black==22.3.0
breathe==4.30.0
flake8==4.0.1
isort==5.10.1
Expand Down

0 comments on commit a69d014

Please sign in to comment.