Skip to content

Commit

Permalink
CI changes for mypy v1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danielandresarcones committed Aug 28, 2024
1 parent a29d482 commit b539f6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Create MyPy Cache Directory
run: mkdir -p .mypy_cache
- name: Install dependencies
run: |
pip install pre-commit
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
rev: v1.11.2
hooks:
- id: mypy
args: ['--install-types', '--non-interactive', '--ignore-missing-imports']
args: ['--install-types', '--non-interactive', '--ignore-missing-imports', '--cache-dir', '.mypy_cache']

- repo: https://github.com/psf/black
rev: 22.3.0
Expand Down

0 comments on commit b539f6d

Please sign in to comment.