Parcourir la source

Update mypy workflow

gm/2021-09-23T00Z/github.com--lark-parser-lark/1.0b
Chanic Panic il y a 3 ans
Parent
révision
1c4af01a11
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      .github/workflows/mypy.yml

+ 1
- 1
.github/workflows/mypy.yml Voir le fichier

@@ -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

Chargement…
Annuler
Enregistrer