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 cd1f806 commit 82477f0Copy full SHA for 82477f0
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Echo the baseline file created in the previous step
50
run: |
51
- cat .mypy_cache/baseline.txt
+ cat mypy-baseline.txt
52
53
- name: Check types with mypy
54
0 commit comments