Skip to content

Commit d5ae08b

Browse files
committed
mypy: CI setup workaround still needed?
1 parent d0ccfc2 commit d5ae08b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/main.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ jobs:
3434
if: steps.restore-pre-commit-hooks.outputs.cache-hit != 'true'
3535
run: |
3636
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
4337
- name: Lint
4438
run: |
4539
pre-commit run --all-files

0 commit comments

Comments
 (0)