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 d0ccfc2 commit d5ae08bCopy full SHA for d5ae08b
.github/workflows/main.yaml
@@ -34,12 +34,6 @@ jobs:
34
if: steps.restore-pre-commit-hooks.outputs.cache-hit != 'true'
35
run: |
36
pre-commit install-hooks
37
- - name: Create .mypy_cache directory
38
- run: |
39
- # error: --install-types failed (no mypy cache directory)
40
- # https://github.com/python/mypy/issues/10600
41
- # https://github.com/python/mypy/issues/10768
42
- mkdir .mypy_cache
43
- name: Lint
44
45
pre-commit run --all-files
0 commit comments