Skip to content

Commit

Permalink
Move MyPy to GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
robvanderleek committed Mar 21, 2024
1 parent 93e1a7f commit 909733b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
run: |
pip install ruff
ruff check --fix .
- name: 'Type cheking with MyPy'
run: |
pip install mypy
mypy codelimit/
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: 'Code style fixes'
4 changes: 0 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ default_language_version:
python: python3.11

repos:
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.4.1
hooks:
- id: mypy
- repo: https://github.com/getcodelimit/codelimit
rev: v0.7.0
hooks:
Expand Down

0 comments on commit 909733b

Please sign in to comment.