Browse Source

Update mypy workflow

gm/2021-09-23T00Z/github.com--lark-parser-lark/1.0b
Chanic Panic 3 years ago
parent
commit
1c4af01a11
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/mypy.yml

+ 1
- 1
.github/workflows/mypy.yml View File

@@ -16,4 +16,4 @@ jobs:
python -m pip install --upgrade pip
pip install mypy
- name: Lint with mypy
run: mypy -p lark-stubs || true
run: mypy -p lark || true

Loading…
Cancel
Save