Skip to content

Commit

Permalink
Upgrade pytype version
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Feb 18, 2022
1 parent e68017a commit 9853614
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.1.31"
pip install "pytype==2022.2.17"
- name: Run pytype
run: |
pytype slack_sdk/

0 comments on commit 9853614

Please sign in to comment.