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 5b55a05 commit 6bc23e1Copy full SHA for 6bc23e1
.github/workflows/pytype.yml
@@ -23,7 +23,7 @@ jobs:
23
pip install -U pip
24
pip install -e ".[testing]"
25
# As pytype can change its behavior in newer versions, we manually upgrade it
26
- pip install "pytype==22.10.0"
+ pip install "pytype==2023.05.24"
27
- name: Run pytype
28
run: |
29
pytype slack_discovery_sdk/
0 commit comments