We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d53660f commit 2671635Copy full SHA for 2671635
1 file changed
.github/workflows/pytype.yml
@@ -24,7 +24,7 @@ jobs:
24
pip install -e ".[testing]"
25
pip install -e ".[optional]"
26
# As pytype can change its behavior in newer versions, we manually upgrade it
27
- pip install "pytype==2022.5.19"
+ pip install "pytype==2022.6.6"
28
- name: Run pytype
29
run: |
30
pytype slack_sdk/
0 commit comments