Disable pytype for now

pull/387/head
Wyatt Stanke 1 year ago
parent 938c8bf479
commit 9cd6dab87b
No known key found for this signature in database
GPG Key ID: CE6BA5FFF135536D

@ -55,6 +55,8 @@ jobs:
pytype3_10:
name: pytype 3.10
runs-on: ubuntu-latest
# google/pytype/1105
if: false
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
@ -64,8 +66,8 @@ jobs:
run: |
python --version
pip install .[dev]
pip install -q gspread ipython
pytype
pip install -q gspread ipython pytype
pytype .
format:
name: Check format with black
runs-on: ubuntu-latest

Loading…
Cancel
Save