We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e0fa3d commit 6b23c23Copy full SHA for 6b23c23
.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.10.26"
+ pip install "pytype==2022.11.10"
28
- name: Run pytype
29
run: |
30
pytype slack_sdk/
0 commit comments