Skip to content

Commit

Permalink
Upgrade pytype to the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Apr 22, 2022
1 parent 1f0a844 commit 66eed82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
pip install -e ".[testing]"
pip install -e ".[optional]"
# As pytype can change its behavior in newer versions, we manually upgrade it
pip install "pytype==2022.2.23"
pip install "pytype==2022.4.15"
- name: Run pytype
run: |
pytype slack_sdk/

0 comments on commit 66eed82

Please sign in to comment.