Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
pin click to fix black (#1726)
Browse files Browse the repository at this point in the history
* pin click to fix black

* missed a couple

Co-authored-by: stas <statis@microsoft.com>
  • Loading branch information
stishkin and stas authored Mar 28, 2022
1 parent 387d544 commit 24454e3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
run: |
set -ex
cd contrib/webhook-teams-service
python -m pip install --upgrade pip isort black mypy==0.910 flake8
python -m pip install --upgrade pip isort click==8.0.4 black mypy==0.910 flake8
pip install -r requirements.txt
mypy webhook
black webhook --check
Expand Down Expand Up @@ -312,7 +312,7 @@ jobs:
set -ex
cd src/deployment
python -m pip install --upgrade pip
pip install mypy==0.910 isort black types-requests flake8
pip install mypy==0.910 isort click==8.0.4 black types-requests flake8
mypy .
isort --profile black . --check
black . --check
Expand Down
1 change: 1 addition & 0 deletions src/api-service/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ flake8
mypy==0.910
isort
vulture
click==8.0.4
black
bandit
types-jwt
Expand Down
1 change: 1 addition & 0 deletions src/cli/requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ mypy==0.910
pytest
isort
vulture
click==8.0.4
black
bandit
types-requests
Expand Down
1 change: 1 addition & 0 deletions src/pytypes/requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ pytest
isort
pydantic
vulture
click==8.0.4
black
bandit
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ mypy==0.910
pytest
isort
vulture
click==8.0.4
black
1 change: 1 addition & 0 deletions src/utils/check-pr/requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ mypy==0.910
pytest
isort
vulture
click==8.0.4
black
bandit
types-requests
Expand Down

0 comments on commit 24454e3

Please sign in to comment.